Searched refs:get_dport (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/samples/bpf/ |
| D | xdp_tx_iptunnel_kern.c | 45 static __always_inline int get_dport(void *trans_data, void *data_end, in get_dport() function 95 dport = get_dport(iph + 1, data_end, iph->protocol); in handle_ipv4() 167 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr); in handle_ipv6()
|
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_xdp.c | 48 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()
|