Lines Matching refs:bpf_packet
245 static uint32_t get_pkt_trunc_len(struct bpf_packet *);
246 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
3304 struct bpf_packet *bpf_pkt, in bpf_tap_imp()
3343 struct bpf_packet *bpf_pkt_saved = bpf_pkt; in bpf_tap_imp()
3344 u_char *bpf_pkt_ptr = (u_char *)(struct bpf_packet *__bidi_indexable)bpf_pkt; in bpf_tap_imp()
3345 struct bpf_packet bpf_pkt_tmp = {}; in bpf_tap_imp()
3405 struct bpf_packet bpf_pkt; in bpf_tap_mbuf()
3505 struct bpf_packet bpf_pkt; in bpf_tap_packet()
3560 bpf_copydata(struct bpf_packet *pkt, size_t off, size_t len, void *__sized_by(len) out_data) in bpf_copydata()
3577 copy_bpf_packet_offset(struct bpf_packet * pkt, uint8_t *__sized_by(len) dst, size_t len, size_t of… in copy_bpf_packet_offset()
3611 copy_bpf_packet(struct bpf_packet * pkt, uint8_t *__sized_by(len) dst, size_t len) in copy_bpf_packet()
3617 get_esp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_esp_trunc_len()
3633 get_isakmp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_isakmp_trunc_len()
3649 get_isakmp_natt_trunc_len(struct bpf_packet *pkt, uint32_t off, in get_isakmp_natt_trunc_len()
3684 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len()
3733 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len()
3767 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len()
3821 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len()
3853 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len()
3883 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
3914 get_pkt_trunc_len(struct bpf_packet *pkt) in get_pkt_trunc_len()
4024 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket()