Searched defs:pckt (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_noinline.c | 244 bool is_ipv6, struct packet_description *pckt) in parse_udp() 266 bool is_ipv6, struct packet_description *pckt) in parse_tcp() 290 struct packet_description *pckt, in encap_v6() 333 struct packet_description *pckt, in encap_v4() 496 struct packet_description *pckt) in parse_icmpv6() 521 struct packet_description *pckt) in parse_icmp() 547 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 560 struct packet_description *pckt, in get_packet_dst() 613 struct packet_description *pckt, in connection_table_lookup() 639 static int process_l3_headers_v6(struct packet_description *pckt, in process_l3_headers_v6() [all …]
|
D | test_l4lb_noinline.c | 203 static __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 214 struct packet_description *pckt, in get_packet_dst() 237 struct packet_description *pckt) in parse_icmpv6() 259 struct packet_description *pckt) in parse_icmp() 284 struct packet_description *pckt) in parse_udp() 303 struct packet_description *pckt) in parse_tcp() 328 struct packet_description pckt = {}; in process_packet() local
|
D | test_l4lb.c | 207 static __always_inline __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() 218 struct packet_description *pckt, in get_packet_dst() 237 struct packet_description *pckt) in parse_icmpv6() 259 struct packet_description *pckt) in parse_icmp() 284 struct packet_description *pckt) in parse_udp() 303 struct packet_description *pckt) in parse_tcp() 328 struct packet_description pckt = {}; in process_packet() local
|
/external/ppp/pppd/ |
D | cbcp.c | 305 cbcp_recvreq(us, pckt, pcktlen) in cbcp_recvreq() argument 446 cbcp_recvack(us, pckt, len) in cbcp_recvack() argument
|