Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
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_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_xdp_noinline.c152 __u32 vip_num; member
579 key = 2 * vip_info->vip_num + hash % 2; in get_packet_dst()
720 __u32 vip_num; in process_packet() local
796 vip_num = vip_info->vip_num; in process_packet()
797 data_stats = bpf_map_lookup_elem(&stats, &vip_num); in process_packet()
Dtest_progs.c212 __u32 vip_num; in test_l4lb() member
213 } value = {.vip_num = VIP_NUM}; in test_l4lb()
301 __u32 vip_num; in test_xdp_noinline() member
302 } value = {.vip_num = VIP_NUM}; in test_xdp_noinline()