Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_l4lb_noinline.c114 #define F_ICMP (1 << 0) macro
249 pckt->flags |= F_ICMP; in parse_icmpv6()
274 pckt->flags |= F_ICMP; in parse_icmp()
289 if (!(pckt->flags & F_ICMP)) { in parse_udp()
311 if (!(pckt->flags & F_ICMP)) { in parse_tcp()
Dtest_l4lb.c120 #define F_ICMP (1 << 0) macro
252 pckt->flags |= F_ICMP; in parse_icmpv6()
277 pckt->flags |= F_ICMP; in parse_icmp()
292 if (!(pckt->flags & F_ICMP)) { in parse_udp()
314 if (!(pckt->flags & F_ICMP)) { in parse_tcp()