CTA_TIMEOUT_L4PROTO   41 net/netfilter/nfnetlink_cttimeout.c 	[CTA_TIMEOUT_L4PROTO]	= { .type = NLA_U8 },
CTA_TIMEOUT_L4PROTO   89 net/netfilter/nfnetlink_cttimeout.c 	    !cda[CTA_TIMEOUT_L4PROTO] ||
CTA_TIMEOUT_L4PROTO   95 net/netfilter/nfnetlink_cttimeout.c 	l4num = nla_get_u8(cda[CTA_TIMEOUT_L4PROTO]);
CTA_TIMEOUT_L4PROTO  182 net/netfilter/nfnetlink_cttimeout.c 	    nla_put_u8(skb, CTA_TIMEOUT_L4PROTO, l4proto->l4proto) ||
CTA_TIMEOUT_L4PROTO  355 net/netfilter/nfnetlink_cttimeout.c 	    !cda[CTA_TIMEOUT_L4PROTO] ||
CTA_TIMEOUT_L4PROTO  359 net/netfilter/nfnetlink_cttimeout.c 	l4num = nla_get_u8(cda[CTA_TIMEOUT_L4PROTO]);
CTA_TIMEOUT_L4PROTO  401 net/netfilter/nfnetlink_cttimeout.c 	    nla_put_u8(skb, CTA_TIMEOUT_L4PROTO, l4proto->l4proto))
CTA_TIMEOUT_L4PROTO  436 net/netfilter/nfnetlink_cttimeout.c 	if (!cda[CTA_TIMEOUT_L3PROTO] || !cda[CTA_TIMEOUT_L4PROTO])
CTA_TIMEOUT_L4PROTO  440 net/netfilter/nfnetlink_cttimeout.c 	l4num = nla_get_u8(cda[CTA_TIMEOUT_L4PROTO]);