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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c60 static __always_inline int icmp_check(struct xdp_md *ctx, int type) function
104 ret = icmp_check(ctx, ICMP_ECHOREPLY);
163 ret = icmp_check(ctx, ICMP_ECHO);

Completed in 96 milliseconds