Searched refs:pfil_list_t (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/net/ |
| HD | pfil.c | 71 static pfil_list_t *pfil_list_alloc(void); 72 static void pfil_list_free(pfil_list_t *); 73 static void pfil_list_dup(const pfil_list_t *, pfil_list_t *, 75 static void pfil_list_add(pfil_list_t *, pfil_func_t, void *, int); 77 pfil_list_find(const pfil_list_t *, pfil_func_t, 98 pfil_list_t *list; in pfil_run_hooks() 181 pfil_list_t *list_in = NULL, *list_out = NULL; in pfil_add_hook_dispatch() 182 pfil_list_t *old_list_in = NULL, *old_list_out = NULL; in pfil_add_hook_dispatch() 287 pfil_list_t *list_in = NULL, *list_out = NULL; in pfil_remove_hook_dispatch() 288 pfil_list_t *old_list_in = NULL, *old_list_out = NULL; in pfil_remove_hook_dispatch() [all …]
|
| HD | pfil.h | 55 typedef TAILQ_HEAD(pfil_list, packet_filter_hook) pfil_list_t; typedef 61 pfil_list_t *ph_in; 62 pfil_list_t *ph_out;
|