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