Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/tc_act/
Dtc_tunnel_key.h37 TCA_TUNNEL_KEY_ENC_DST_PORT, /* be16 */ enumerator
/Linux-v4.19/net/sched/
Dact_tunnel_key.c193 [TCA_TUNNEL_KEY_ENC_DST_PORT] = {.type = NLA_U16},
262 if (tb[TCA_TUNNEL_KEY_ENC_DST_PORT]) in tunnel_key_init()
263 dst_port = nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_DST_PORT]); in tunnel_key_init()
514 nla_put_be16(skb, TCA_TUNNEL_KEY_ENC_DST_PORT, key->tp_dst) || in tunnel_key_dump()