Home
last modified time | relevance | path

Searched refs:skb_type (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c216 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()
[all …]