Home
last modified time | relevance | path

Searched defs:hhook_type (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/kern/
HDkern_hhook.c292 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register()
389 hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id) in hhook_head_deregister_lookup()
408 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get()
/NextBSD/share/examples/kld/khelp/
HDh_example.c131 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, in example_hook()
/NextBSD/sys/netinet/khelp/
HDh_ertt.c195 ertt_packet_measurement_hook(int hhook_type, int hhook_id, void *udata, in ertt_packet_measurement_hook()
429 ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, void *udata, in ertt_add_tx_segment_info_hook()
/NextBSD/sys/sys/
HDhhook.h150 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument
/NextBSD/sys/net/
HDif_enc.c211 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook()