Searched defs:hhook_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_hhook.c | 291 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/sys/netinet/khelp/ |
H A D | h_ertt.c | 194 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 D | hhook.h | 150 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument
|
/freebsd/sys/net/ |
H A D | if_enc.c | 236 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook()
|