NFTA_CT_HELPER_L3PROTO  995 net/netfilter/nft_ct.c 	if (tb[NFTA_CT_HELPER_L3PROTO])
NFTA_CT_HELPER_L3PROTO  996 net/netfilter/nft_ct.c 		family = ntohs(nla_get_be16(tb[NFTA_CT_HELPER_L3PROTO]));
NFTA_CT_HELPER_L3PROTO 1126 net/netfilter/nft_ct.c 	if (nla_put_be16(skb, NFTA_CT_HELPER_L3PROTO, htons(family)))
NFTA_CT_HELPER_L3PROTO 1135 net/netfilter/nft_ct.c 	[NFTA_CT_HELPER_L3PROTO] = { .type = NLA_U16 },