Searched refs:NET_TASK_INIT (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 107 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) macro
|
| /f-stack/freebsd/sys/ |
| H A D | epoch.h | 107 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 2551 NET_TASK_INIT(&dn_task, 0, dummynet_task, curvnet); in ip_dn_init()
|