Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c148 __u32 vip_num; member
221 __u32 key = RING_SIZE * vip_info->vip_num + hash; in get_packet_dst()
343 __u32 vip_num; in process_packet() local
440 vip_num = vip_info->vip_num; in process_packet()
441 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_l4lb_noinline.c144 __u32 vip_num; member
216 __u32 key = RING_SIZE * vip_info->vip_num + hash % RING_SIZE; in get_packet_dst()
342 __u32 vip_num; in process_packet() local
439 vip_num = vip_info->vip_num; in process_packet()
440 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_l4lb_noinline_dynptr.c146 __u32 vip_num; member
218 __u32 key = RING_SIZE * vip_info->vip_num + hash % RING_SIZE; in get_packet_dst()
347 __u32 vip_num; in process_packet() local
446 vip_num = vip_info->vip_num; in process_packet()
447 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_xdp_noinline.c146 __u32 vip_num; member
528 key = 2 * vip_info->vip_num + hash % 2; in get_packet_dst()
666 __u32 vip_num; in process_packet() local
742 vip_num = vip_info->vip_num; in process_packet()
743 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_noinline.c13 __u32 vip_num; in test_xdp_noinline() member
14 } value = {.vip_num = VIP_NUM}; in test_xdp_noinline()
Dl4lb_all.c11 __u32 vip_num; in test_l4lb() member
12 } value = {.vip_num = VIP_NUM}; in test_l4lb()