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()
485 struct packet_description *pckt) in parse_icmpv6()
510 struct packet_description *pckt) in parse_icmp()
536 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash()
549 struct packet_description *pckt, in get_packet_dst()
602 struct packet_description *pckt, in connection_table_lookup()
628 static int process_l3_headers_v6(struct packet_description *pckt, in process_l3_headers_v6()
659 static int process_l3_headers_v4(struct packet_description *pckt, in process_l3_headers_v4()
696 struct packet_description pckt = { }; in process_packet() local