Searched defs:hhook_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_hhook.c | 294 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()
|
| /freebsd-12.1/share/examples/kld/khelp/ |
| H A D | h_example.c | 133 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, in example_hook()
|
| /freebsd-12.1/sys/net/ |
| H A D | if_enc.c | 207 int32_t hhook_type, uint8_t enc, uint8_t af) in enc_bpftap() 238 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook()
|
| /freebsd-12.1/sys/netinet/khelp/ |
| H A D | h_ertt.c | 197 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()
|
| /freebsd-12.1/sys/sys/ |
| H A D | hhook.h | 152 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument
|