Searched refs:get_packet_dst (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline.c | 210 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() function 422 if (!get_packet_dst(&dst, &pckt, vip_info, is_ipv6)) in process_packet()
|
H A D | test_l4lb.c | 215 static __always_inline bool get_packet_dst(struct real_definition **real, in get_packet_dst() function 423 if (!get_packet_dst(&dst, &pckt, vip_info, is_ipv6)) in process_packet()
|
H A D | test_l4lb_noinline_dynptr.c | 212 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() function 429 if (!get_packet_dst(&dst, &pckt, vip_info, is_ipv6)) in process_packet()
|
H A D | test_xdp_noinline.c | 508 static bool get_packet_dst(struct real_definition **real, in get_packet_dst() function 727 if (!get_packet_dst(&dst, &pckt, vip_info, is_ipv6, lru_map)) in process_packet()
|