Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c150 __u32 vip_num; member
223 __u32 key = RING_SIZE * vip_info->vip_num + hash; in get_packet_dst()
345 __u32 vip_num; in process_packet() local
442 vip_num = vip_info->vip_num; in process_packet()
443 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_l4lb_noinline.c146 __u32 vip_num; member
219 __u32 key = RING_SIZE * vip_info->vip_num + hash % RING_SIZE; in get_packet_dst()
345 __u32 vip_num; in process_packet() local
442 vip_num = vip_info->vip_num; in process_packet()
443 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_xdp_noinline.c146 __u32 vip_num; member
568 key = 2 * vip_info->vip_num + hash % 2; in get_packet_dst()
709 __u32 vip_num; in process_packet() local
785 vip_num = vip_info->vip_num; in process_packet()
786 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dl4lb_all.c10 __u32 vip_num; in test_l4lb() member
11 } value = {.vip_num = VIP_NUM}; in test_l4lb()
Dxdp_noinline.c11 __u32 vip_num; in test_xdp_noinline() member
12 } value = {.vip_num = VIP_NUM}; in test_xdp_noinline()