Searched refs:packet_description (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 121 struct packet_description { struct 233 bool is_ipv6, struct packet_description *pckt) in parse_udp() 255 bool is_ipv6, struct packet_description *pckt) in parse_tcp() 279 struct packet_description *pckt, in encap_v6() 322 struct packet_description *pckt, in encap_v4() 445 struct packet_description *pckt) in parse_icmpv6() 470 struct packet_description *pckt) in parse_icmp() 496 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 509 struct packet_description *pckt, in get_packet_dst() 562 struct packet_description *pckt, in connection_table_lookup() [all …]
|
H A D | test_l4lb_noinline.c | 117 struct packet_description { struct 201 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) in get_packet_hash() 211 struct packet_description *pckt, in get_packet_dst() 234 struct packet_description *pckt) in parse_icmpv6() 256 struct packet_description *pckt) in parse_icmp() 281 struct packet_description *pckt) in parse_udp() 300 struct packet_description *pckt) in parse_tcp() 325 struct packet_description pckt = {}; in process_packet()
|
H A D | test_l4lb.c | 121 struct packet_description { struct 205 static __always_inline __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 216 struct packet_description *pckt, in get_packet_dst() 235 struct packet_description *pckt) in parse_icmpv6() 257 struct packet_description *pckt) in parse_icmp() 282 struct packet_description *pckt) in parse_udp() 301 struct packet_description *pckt) in parse_tcp() 326 struct packet_description pckt = {}; in process_packet()
|
H A D | test_l4lb_noinline_dynptr.c | 119 struct packet_description { struct 203 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) in get_packet_hash() 213 struct packet_description *pckt, in get_packet_dst() 236 struct packet_description *pckt) in parse_icmpv6() 260 struct packet_description *pckt) in parse_icmp() 285 struct packet_description *pckt) in parse_udp() 305 struct packet_description *pckt) in parse_tcp() 331 struct packet_description pckt = {}; in process_packet()
|