Searched refs:skb_type (Results 1 – 1 of 1) sorted by relevance
216 int skb_type; in egress_host() local218 skb_type = skb_get_type(skb); in egress_host()219 if (skb_type == -1) in egress_host()221 if (!skb_type) in egress_host()224 if (skb_proto(skb_type) == IPPROTO_TCP) { in egress_host()247 int skb_type; in ingress_host() local249 skb_type = skb_get_type(skb); in ingress_host()250 if (skb_type == -1) in ingress_host()252 if (!skb_type) in ingress_host()268 int skb_type; in ingress_fwdns_prio100() local[all …]