Searched defs:pckt (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 234 bool is_ipv6, struct packet_description *pckt) in parse_udp() 256 bool is_ipv6, struct packet_description *pckt) in parse_tcp() 280 struct packet_description *pckt, in encap_v6() 331 struct packet_description *pckt, in encap_v4() 458 struct packet_description *pckt) in parse_icmpv6() 483 struct packet_description *pckt) in parse_icmp() 509 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 522 struct packet_description *pckt, in get_packet_dst() 575 struct packet_description *pckt, in connection_table_lookup() 601 static int process_l3_headers_v6(struct packet_description *pckt, in process_l3_headers_v6() [all …]
|
H A D | test_l4lb.c | 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() local
|
H A D | test_l4lb_noinline.c | 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() local
|
H A D | test_l4lb_noinline_dynptr.c | 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() local
|