Lines Matching refs:bpf_packet
238 static uint32_t get_pkt_trunc_len(struct bpf_packet *);
239 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
2892 struct bpf_packet *bpf_pkt, in bpf_tap_imp()
2931 struct bpf_packet *bpf_pkt_saved = bpf_pkt; in bpf_tap_imp()
2932 struct bpf_packet bpf_pkt_tmp = {}; in bpf_tap_imp()
2988 struct bpf_packet bpf_pkt; in bpf_tap_mbuf()
3085 struct bpf_packet bpf_pkt; in bpf_tap_packet()
3135 bpf_copydata(struct bpf_packet *pkt, size_t off, size_t len, void* out_data) in bpf_copydata()
3152 copy_bpf_packet_offset(struct bpf_packet * pkt, void * dst, size_t len, size_t offset) in copy_bpf_packet_offset()
3186 copy_bpf_packet(struct bpf_packet * pkt, void * dst, size_t len) in copy_bpf_packet()
3192 get_esp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_esp_trunc_len()
3208 get_isakmp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_isakmp_trunc_len()
3224 get_isakmp_natt_trunc_len(struct bpf_packet *pkt, uint32_t off, in get_isakmp_natt_trunc_len()
3259 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len()
3308 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len()
3342 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len()
3396 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len()
3428 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len()
3458 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
3490 get_pkt_trunc_len(struct bpf_packet *pkt) in get_pkt_trunc_len()
3600 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket()