Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_hhook.c294 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register()
391 hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id) in hhook_head_deregister_lookup()
410 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get()
/f-stack/freebsd/net/
H A Dif_enc.c211 int32_t hhook_type, uint8_t enc, uint8_t af) in enc_bpftap()
242 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook()
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c197 ertt_packet_measurement_hook(int hhook_type, int hhook_id, void *udata, in ertt_packet_measurement_hook()
432 ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, void *udata, in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/sys/
H A Dhhook.h152 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument