NFTA_TUNNEL_KEY_DPORT  343 net/netfilter/nft_tunnel.c 	[NFTA_TUNNEL_KEY_DPORT]	= { .type = NLA_U16, },
NFTA_TUNNEL_KEY_DPORT  379 net/netfilter/nft_tunnel.c 	if (tb[NFTA_TUNNEL_KEY_DPORT]) {
NFTA_TUNNEL_KEY_DPORT  380 net/netfilter/nft_tunnel.c 		info.key.tp_dst = nla_get_be16(tb[NFTA_TUNNEL_KEY_DPORT]);
NFTA_TUNNEL_KEY_DPORT  511 net/netfilter/nft_tunnel.c 	    nla_put_be16(skb, NFTA_TUNNEL_KEY_DPORT, info->key.tp_dst) < 0)