Symbol: pfil_head
sys/dev/cxgbe/adapter.h
213
struct pfil_head *pfil;
sys/dev/mlx5/mlx5_en/en.h
1150
struct pfil_head *pfil;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
545
struct pfil_head *pfil;
sys/net/if_enc.c
242
struct pfil_head *ph;
sys/net/if_var.h
95
VNET_DECLARE(struct pfil_head *, link_pfil_head);
sys/net/iflib.c
479
struct pfil_head *pfil;
sys/net/iflib.c
4801
struct pfil_head *pfil;
sys/net/iflib.c
4820
struct pfil_head *pfil;
sys/net/pfil.c
101
LIST_ENTRY(pfil_head) head_list;
sys/net/pfil.c
105
LIST_HEAD(pfilheadhead, pfil_head);
sys/net/pfil.c
181
pfil_mem_in(struct pfil_head *head, void *mem, u_int len, struct ifnet *ifp,
sys/net/pfil.c
189
pfil_mem_out(struct pfil_head *head, void *mem, u_int len, struct ifnet *ifp,
sys/net/pfil.c
226
pfil_mbuf_in(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp,
sys/net/pfil.c
234
pfil_mbuf_out(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp,
sys/net/pfil.c
242
pfil_mbuf_fwd(struct pfil_head *head, struct mbuf **m, struct ifnet *ifp,
sys/net/pfil.c
256
struct pfil_head *head, *list;
sys/net/pfil.c
260
head = malloc(sizeof(struct pfil_head), M_PFIL, M_WAITOK);
sys/net/pfil.c
375
struct pfil_head *head;
sys/net/pfil.c
483
struct pfil_head *head;
sys/net/pfil.c
587
struct pfil_head *head;
sys/net/pfil.h
117
typedef struct pfil_head * pfil_head_t;
sys/net/pfil.h
173
int pfil_mem_in(struct pfil_head *, void *, u_int, struct ifnet *,
sys/net/pfil.h
175
int pfil_mem_out(struct pfil_head *, void *, u_int, struct ifnet *,
sys/net/pfil.h
177
int pfil_mbuf_in(struct pfil_head *, struct mbuf **, struct ifnet *,
sys/net/pfil.h
179
int pfil_mbuf_out(struct pfil_head *, struct mbuf **, struct ifnet *,
sys/net/pfil.h
181
int pfil_mbuf_fwd(struct pfil_head *, struct mbuf **, struct ifnet *,
sys/netinet/ip_var.h
255
VNET_DECLARE(struct pfil_head *, inet_pfil_head);
sys/netinet/ip_var.h
259
VNET_DECLARE(struct pfil_head *, inet_local_pfil_head);
sys/netinet6/ip6_var.h
378
VNET_DECLARE(struct pfil_head *, inet6_pfil_head);
sys/netinet6/ip6_var.h
382
VNET_DECLARE(struct pfil_head *, inet6_local_pfil_head);