NFTA_CT_TIMEOUT_L3PROTO  875 net/netfilter/nft_ct.c 	if (tb[NFTA_CT_TIMEOUT_L3PROTO])
NFTA_CT_TIMEOUT_L3PROTO  876 net/netfilter/nft_ct.c 		l3num = ntohs(nla_get_be16(tb[NFTA_CT_TIMEOUT_L3PROTO]));
NFTA_CT_TIMEOUT_L3PROTO  936 net/netfilter/nft_ct.c 	    nla_put_be16(skb, NFTA_CT_TIMEOUT_L3PROTO, htons(timeout->l3num)))
NFTA_CT_TIMEOUT_L3PROTO  951 net/netfilter/nft_ct.c 	[NFTA_CT_TIMEOUT_L3PROTO] = {.type = NLA_U16 },