Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_xdp.c48 static __always_inline int get_dport(void *trans_data, void *data_end, in get_dport() function
98 dport = get_dport(iph + 1, data_end, iph->protocol); in handle_ipv4()
168 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr); in handle_ipv6()
Dtest_xdp_loop.c44 static __always_inline int get_dport(void *trans_data, void *data_end, in get_dport() function
94 dport = get_dport(iph + 1, data_end, iph->protocol); in handle_ipv4()
164 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr); in handle_ipv6()