Searched refs:pfil_head (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 93 struct pfil_head { struct 100 LIST_ENTRY(pfil_head) head_list; argument 104 LIST_HEAD(pfilheadhead, pfil_head); argument 164 pfil_run_hooks(struct pfil_head *head, pfil_packet_t p, struct ifnet *ifp, in pfil_run_hooks() 208 struct pfil_head *head, *list; in pfil_head_register() 212 head = malloc(sizeof(struct pfil_head), M_PFIL, M_WAITOK); in pfil_head_register() 325 struct pfil_head *head; in pfil_link() 431 struct pfil_head *head; in pfil_remove_hook() 537 struct pfil_head *head; in pfilioc_listheads()
|
| H A D | pfil.h | 140 typedef struct pfil_head * pfil_head_t; 195 int pfil_run_hooks(struct pfil_head *, pfil_packet_t, struct ifnet *, int,
|
| H A D | if_enc.c | 248 struct pfil_head *ph; in enc_hhook()
|
| H A D | if_var.h | 98 VNET_DECLARE(struct pfil_head *, link_pfil_head);
|
| H A D | iflib.c | 427 struct pfil_head *pfil; 4614 struct pfil_head *pfil; in iflib_add_pfil() 4633 struct pfil_head *pfil; in iflib_rem_pfil()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 247 VNET_DECLARE(struct pfil_head *, inet_pfil_head);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_var.h | 247 VNET_DECLARE(struct pfil_head *, inet_pfil_head);
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 328 VNET_DECLARE(struct pfil_head *, inet6_pfil_head);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 328 VNET_DECLARE(struct pfil_head *, inet6_pfil_head);
|