Searched refs:real_definition (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_xdp_noinline.c | 154 struct real_definition { struct 193 __type(value, struct real_definition); 280 struct real_definition *dst, __u32 pkt_bytes) in encap_v6() 323 struct real_definition *dst, __u32 pkt_bytes) in encap_v4() 508 static bool get_packet_dst(struct real_definition **real, in get_packet_dst() 561 static void connection_table_lookup(struct real_definition **real, in connection_table_lookup() 654 struct real_definition *dst = NULL; in process_packet()
|
D | test_l4lb.c | 151 struct real_definition { struct 188 __type(value, struct real_definition); 215 static __always_inline bool get_packet_dst(struct real_definition **real, in get_packet_dst() 330 struct real_definition *dst; in process_packet()
|
D | test_l4lb_noinline.c | 147 struct real_definition { struct 184 __type(value, struct real_definition); 210 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() 329 struct real_definition *dst; in process_packet()
|
D | test_l4lb_noinline_dynptr.c | 149 struct real_definition { struct 186 __type(value, struct real_definition); 212 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() 334 struct real_definition *dst; in process_packet()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_noinline.c | 20 struct real_definition { in test_xdp_noinline() struct
|
D | l4lb_all.c | 18 struct real_definition { in test_l4lb() struct
|