Lines Matching refs:bpf_packet
224 static uint32_t get_pkt_trunc_len(struct bpf_packet *);
225 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
2699 struct bpf_packet *bpf_pkt, in bpf_tap_imp()
2738 struct bpf_packet *bpf_pkt_saved = bpf_pkt; in bpf_tap_imp()
2739 struct bpf_packet bpf_pkt_tmp = {}; in bpf_tap_imp()
2794 struct bpf_packet bpf_pkt; in bpf_tap_mbuf()
2886 struct bpf_packet bpf_pkt; in bpf_tap_packet()
2936 bpf_copydata(struct bpf_packet *pkt, size_t off, size_t len, void* out_data) in bpf_copydata()
2953 copy_bpf_packet(struct bpf_packet * pkt, void * dst, size_t len) in copy_bpf_packet()
2982 get_esp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_esp_trunc_len()
2998 get_isakmp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_isakmp_trunc_len()
3014 get_isakmp_natt_trunc_len(struct bpf_packet *pkt, uint32_t off, in get_isakmp_natt_trunc_len()
3049 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len()
3098 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len()
3132 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len()
3186 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len()
3218 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len()
3248 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
3281 get_pkt_trunc_len(struct bpf_packet *pkt) in get_pkt_trunc_len()
3375 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket()