Searched refs:skb_type (Results 1 – 1 of 1) sorted by relevance
216 int skb_type; in egress_host() local 218 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() local 253 skb_type = skb_get_type(skb); in ingress_host() 254 if (skb_type == -1) in ingress_host() 256 if (!skb_type) in ingress_host() 272 int skb_type; ingress_fwdns_prio100() local 296 int skb_type; egress_fwdns_prio100() local 322 int skb_type; ingress_fwdns_prio101() local 362 int skb_type; egress_fwdns_prio101() local [all...]