NFTA_CT_EXPECT_L3PROTO 1178 net/netfilter/nft_ct.c 	if (tb[NFTA_CT_EXPECT_L3PROTO])
NFTA_CT_EXPECT_L3PROTO 1179 net/netfilter/nft_ct.c 		priv->l3num = ntohs(nla_get_be16(tb[NFTA_CT_EXPECT_L3PROTO]));
NFTA_CT_EXPECT_L3PROTO 1200 net/netfilter/nft_ct.c 	if (nla_put_be16(skb, NFTA_CT_EXPECT_L3PROTO, htons(priv->l3num)) ||
NFTA_CT_EXPECT_L3PROTO 1260 net/netfilter/nft_ct.c 	[NFTA_CT_EXPECT_L3PROTO]	= { .type = NLA_U16 },