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