Home
last modified time | relevance | path

Searched refs:TCA_TUNNEL_KEY_ENC_DST_PORT (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_tunnel_key.h30 TCA_TUNNEL_KEY_ENC_DST_PORT, /* be16 */ enumerator
/linux-6.3-rc2/net/sched/
A Dact_tunnel_key.c340 [TCA_TUNNEL_KEY_ENC_DST_PORT] = {.type = NLA_U16},
423 if (tb[TCA_TUNNEL_KEY_ENC_DST_PORT]) in tunnel_key_init()
424 dst_port = nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_DST_PORT]); in tunnel_key_init()
746 nla_put_be16(skb, TCA_TUNNEL_KEY_ENC_DST_PORT, in tunnel_key_dump()

Completed in 4 milliseconds