Searched refs:get_dport (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c45 static __always_inline int get_dport(void *trans_data, void *data_end, function
95 dport = get_dport(iph + 1, data_end, iph->protocol);
167 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c47 static __always_inline int get_dport(void *trans_data, void *data_end, function
97 dport = get_dport(iph + 1, data_end, iph->protocol);
167 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr);
H A Dtest_xdp_loop.c43 static __always_inline int get_dport(void *trans_data, void *data_end, function
93 dport = get_dport(iph + 1, data_end, iph->protocol);
163 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr);
H A Dtest_xdp_dynptr.c50 static __always_inline int get_dport(void *trans_data, __u8 protocol) function
106 dport = get_dport(iph + 1, iph->protocol);
185 dport = get_dport(ip6h + 1, ip6h->nexthdr);

Completed in 123 milliseconds