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()230 } else if (skb_proto(skb_type) == IPPROTO_UDP) { in egress_host()251 int skb_type; in ingress_host() local253 skb_type = skb_get_type(skb); in ingress_host()254 if (skb_type == -1) in ingress_host()256 if (!skb_type) in ingress_host()[all …]