bpf_d 77 net/bpf.c LIST_HEAD(, bpf_d) bpf_d_list; bpf_d 79 net/bpf.c int bpf_allocbufs(struct bpf_d *); bpf_d 80 net/bpf.c void bpf_freed(struct bpf_d *); bpf_d 85 net/bpf.c void bpf_attachd(struct bpf_d *, struct bpf_if *); bpf_d 86 net/bpf.c void bpf_detachd(struct bpf_d *); bpf_d 87 net/bpf.c int bpf_setif(struct bpf_d *, struct ifreq *); bpf_d 90 net/bpf.c static __inline void bpf_wakeup(struct bpf_d *); bpf_d 91 net/bpf.c void bpf_catchpacket(struct bpf_d *, u_char *, size_t, size_t, bpf_d 93 net/bpf.c void bpf_reset_d(struct bpf_d *); bpf_d 94 net/bpf.c int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *); bpf_d 95 net/bpf.c int bpf_setdlt(struct bpf_d *, u_int); bpf_d 100 net/bpf.c struct bpf_d *bpfilter_lookup(int); bpf_d 101 net/bpf.c struct bpf_d *bpfilter_create(int); bpf_d 102 net/bpf.c void bpfilter_destroy(struct bpf_d *); bpf_d 235 net/bpf.c bpf_attachd(struct bpf_d *d, struct bpf_if *bp) bpf_d 253 net/bpf.c bpf_detachd(struct bpf_d *d) bpf_d 255 net/bpf.c struct bpf_d **p; bpf_d 317 net/bpf.c struct bpf_d *d; bpf_d 340 net/bpf.c struct bpf_d *d; bpf_d 371 net/bpf.c struct bpf_d *d; bpf_d 491 net/bpf.c bpf_wakeup(struct bpf_d *d) bpf_d 507 net/bpf.c struct bpf_d *d; bpf_d 553 net/bpf.c bpf_reset_d(struct bpf_d *d) bpf_d 589 net/bpf.c struct bpf_d *d; bpf_d 891 net/bpf.c bpf_setf(struct bpf_d *d, struct bpf_program *fp, int wf) bpf_d 942 net/bpf.c bpf_setif(struct bpf_d *d, struct ifreq *ifr) bpf_d 1008 net/bpf.c struct bpf_d *d; bpf_d 1039 net/bpf.c struct bpf_d *d; bpf_d 1066 net/bpf.c struct bpf_d *d; bpf_d 1079 net/bpf.c struct bpf_d *d; bpf_d 1098 net/bpf.c struct bpf_d *d; bpf_d 1155 net/bpf.c struct bpf_d *d; bpf_d 1239 net/bpf.c bpf_catchpacket(struct bpf_d *d, u_char *pkt, size_t pktlen, size_t snaplen, bpf_d 1322 net/bpf.c bpf_allocbufs(struct bpf_d *d) bpf_d 1342 net/bpf.c bpf_freed(struct bpf_d *d) bpf_d 1400 net/bpf.c struct bpf_d *bd; bpf_d 1414 net/bpf.c struct bpf_d *d; bpf_d 1470 net/bpf.c struct bpf_d * bpf_d 1473 net/bpf.c struct bpf_d *bd; bpf_d 1481 net/bpf.c struct bpf_d * bpf_d 1484 net/bpf.c struct bpf_d *bd; bpf_d 1497 net/bpf.c bpfilter_destroy(struct bpf_d *bd) bpf_d 1507 net/bpf.c bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) bpf_d 1538 net/bpf.c bpf_setdlt(struct bpf_d *d, u_int dlt) bpf_d 48 net/bpfdesc.h struct bpf_d { bpf_d 49 net/bpfdesc.h struct bpf_d *bd_next; /* Linked list of descriptors */ bpf_d 90 net/bpfdesc.h LIST_ENTRY(bpf_d) bd_list; /* descriptor list */ bpf_d 98 net/bpfdesc.h struct bpf_d *bif_dlist; /* descriptor list */ bpf_d 106 net/bpfdesc.h int bpf_setf(struct bpf_d *, struct bpf_program *, int);