Home
last modified time | relevance | path

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

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