/freebsd/sys/net/ |
H A D | if_enc.c | 328 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_add_hhooks() 332 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_add_hhooks() 339 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_add_hhooks() 343 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_add_hhooks() 360 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_remove_hhooks() 362 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_remove_hhooks() 367 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_remove_hhooks() 369 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_remove_hhooks()
|
H A D | pfil.c | 77 enum pfil_types hook_type; member 318 hook->hook_type = pa->pa_type; in pfil_add_hook() 412 if (head->head_type != hook->hook_type || in pfil_link() 698 iohook[hk].pio_type = hook->hook_type; in pfilioc_listhooks()
|
/freebsd/sys/sys/ |
H A D | hhook.h | 87 int32_t hook_type; member 132 uint32_t hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id);
|
/freebsd/sys/kern/ |
H A D | kern_hhook.c | 207 if (hhh->hhh_type == hki->hook_type && in hhook_add_hook_lookup() 278 if (hhh->hhh_type == hki->hook_type && in hhook_remove_hook_lookup() 460 hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id) in hhook_head_is_virtualised_lookup() argument 465 hhh = hhook_head_get(hook_type, hook_id); in hhook_head_is_virtualised_lookup()
|
H A D | kern_khelp.c | 86 h->h_name, h->h_hooks[i].hook_type, in khelp_register_helper() 296 if (hhh->hhh_type != h->h_hooks[i].hook_type || in khelp_new_hhook_registered() 304 h->h_hooks[i].hook_type, in khelp_new_hhook_registered()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 121 enum EVRPC_HOOK_TYPE hook_type, in evrpc_add_hook() argument 128 switch (hook_type) { in evrpc_add_hook() 136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 169 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument 173 switch (hook_type) { in evrpc_remove_hook() 181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 121 enum EVRPC_HOOK_TYPE hook_type, in evrpc_add_hook() argument 128 switch (hook_type) { in evrpc_add_hook() 136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 169 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument 173 switch (hook_type) { in evrpc_remove_hook() 181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | rpc.h | 514 enum EVRPC_HOOK_TYPE hook_type, 528 enum EVRPC_HOOK_TYPE hook_type,
|
/freebsd/contrib/libevent/include/event2/ |
H A D | rpc.h | 514 enum EVRPC_HOOK_TYPE hook_type, 528 enum EVRPC_HOOK_TYPE hook_type,
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 399 const char *hook_type = arg; in rpc_hook_add_header() local 400 if (strcmp("input", hook_type) == 0) in rpc_hook_add_header() 401 evhttp_add_header(req->input_headers, "X-Hook", hook_type); in rpc_hook_add_header() 403 evhttp_add_header(req->output_headers, "X-Hook", hook_type); in rpc_hook_add_header()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 399 const char *hook_type = arg; in rpc_hook_add_header() local 400 if (strcmp("input", hook_type) == 0) in rpc_hook_add_header() 401 evhttp_add_header(req->input_headers, "X-Hook", hook_type); in rpc_hook_add_header() 403 evhttp_add_header(req->output_headers, "X-Hook", hook_type); in rpc_hook_add_header()
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 111 .hook_type = HHOOK_TYPE_TCP, 117 .hook_type = HHOOK_TYPE_TCP,
|