Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_hhook.c291 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register()
388 hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id) in hhook_head_deregister_lookup()
407 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get()
/freebsd/share/examples/kld/khelp/
H A Dh_example.c130 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, in example_hook()
/freebsd/sys/net/
H A Dif_enc.c210 int32_t hhook_type, uint8_t enc, uint8_t af) in enc_bpftap()
241 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook()
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c194 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()
/freebsd/sys/sys/
H A Dhhook.h150 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument