Lines Matching refs:bpf_packet
244 static uint32_t get_pkt_trunc_len(struct bpf_packet *);
245 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
3184 struct bpf_packet *bpf_pkt, in bpf_tap_imp()
3223 struct bpf_packet *bpf_pkt_saved = bpf_pkt; in bpf_tap_imp()
3224 struct bpf_packet bpf_pkt_tmp = {}; in bpf_tap_imp()
3283 struct bpf_packet bpf_pkt; in bpf_tap_mbuf()
3380 struct bpf_packet bpf_pkt; in bpf_tap_packet()
3430 bpf_copydata(struct bpf_packet *pkt, size_t off, size_t len, void* out_data) in bpf_copydata()
3447 copy_bpf_packet_offset(struct bpf_packet * pkt, void * dst, size_t len, size_t offset) in copy_bpf_packet_offset()
3481 copy_bpf_packet(struct bpf_packet * pkt, void * dst, size_t len) in copy_bpf_packet()
3487 get_esp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_esp_trunc_len()
3503 get_isakmp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_isakmp_trunc_len()
3519 get_isakmp_natt_trunc_len(struct bpf_packet *pkt, uint32_t off, in get_isakmp_natt_trunc_len()
3554 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len()
3603 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len()
3637 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len()
3691 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len()
3723 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len()
3753 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
3784 get_pkt_trunc_len(struct bpf_packet *pkt) in get_pkt_trunc_len()
3894 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket()