CTA_TIMEOUT_L3PROTO   40 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_L3PROTO]	= { .type = NLA_U16 },
CTA_TIMEOUT_L3PROTO   88 net/netfilter/nfnetlink_cttimeout.c 	    !cda[CTA_TIMEOUT_L3PROTO] ||
CTA_TIMEOUT_L3PROTO   94 net/netfilter/nfnetlink_cttimeout.c 	l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));
CTA_TIMEOUT_L3PROTO  180 net/netfilter/nfnetlink_cttimeout.c 	    nla_put_be16(skb, CTA_TIMEOUT_L3PROTO,
CTA_TIMEOUT_L3PROTO  354 net/netfilter/nfnetlink_cttimeout.c 	if (!cda[CTA_TIMEOUT_L3PROTO] ||
CTA_TIMEOUT_L3PROTO  400 net/netfilter/nfnetlink_cttimeout.c 	if (nla_put_be16(skb, CTA_TIMEOUT_L3PROTO, htons(l3num)) ||
CTA_TIMEOUT_L3PROTO  436 net/netfilter/nfnetlink_cttimeout.c 	if (!cda[CTA_TIMEOUT_L3PROTO] || !cda[CTA_TIMEOUT_L4PROTO])
CTA_TIMEOUT_L3PROTO  439 net/netfilter/nfnetlink_cttimeout.c 	l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));