Lines Matching refs:bpf_packet
240 static uint32_t get_pkt_trunc_len(struct bpf_packet *);
241 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);
2915 struct bpf_packet *bpf_pkt, in bpf_tap_imp()
2954 struct bpf_packet *bpf_pkt_saved = bpf_pkt; in bpf_tap_imp()
2955 struct bpf_packet bpf_pkt_tmp = {}; in bpf_tap_imp()
3011 struct bpf_packet bpf_pkt; in bpf_tap_mbuf()
3108 struct bpf_packet bpf_pkt; in bpf_tap_packet()
3158 bpf_copydata(struct bpf_packet *pkt, size_t off, size_t len, void* out_data) in bpf_copydata()
3175 copy_bpf_packet_offset(struct bpf_packet * pkt, void * dst, size_t len, size_t offset) in copy_bpf_packet_offset()
3209 copy_bpf_packet(struct bpf_packet * pkt, void * dst, size_t len) in copy_bpf_packet()
3215 get_esp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_esp_trunc_len()
3231 get_isakmp_trunc_len(__unused struct bpf_packet *pkt, __unused uint32_t off, in get_isakmp_trunc_len()
3247 get_isakmp_natt_trunc_len(struct bpf_packet *pkt, uint32_t off, in get_isakmp_natt_trunc_len()
3282 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len()
3331 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len()
3365 get_proto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_c… in get_proto_trunc_len()
3419 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len()
3451 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len()
3481 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
3513 get_pkt_trunc_len(struct bpf_packet *pkt) in get_pkt_trunc_len()
3623 catchpacket(struct bpf_d *d, struct bpf_packet * pkt, in catchpacket()