Lines Matching defs:pckt
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()
588 static int process_l3_headers_v6(struct packet_description *pckt, in process_l3_headers_v6()
619 static int process_l3_headers_v4(struct packet_description *pckt, in process_l3_headers_v4()
655 struct packet_description pckt = { }; in process_packet() local