Searched refs:ctx_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | hhook.h | 76 void *ctx_data, void *hdata, struct osd *hosd); 108 void hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd); 138 #define HHOOKS_RUN_IF(hhh, ctx_data, hosd) do { \ argument 140 hhook_run_hooks(hhh, ctx_data, hosd); \ 150 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument 156 hhook_run_hooks(_hhh, ctx_data, hosd); \
|
| /freebsd-13-stable/sys/netinet/khelp/ |
| HD | h_ertt.c | 72 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 74 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 196 void *ctx_data, void *hdata, struct osd *hosd) in ertt_packet_measurement_hook() argument 208 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__)); in ertt_packet_measurement_hook() 212 thdp = ctx_data; in ertt_packet_measurement_hook() 431 void *ctx_data, void *hdata, struct osd *hosd) in ertt_add_tx_segment_info_hook() argument 442 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__)); in ertt_add_tx_segment_info_hook() 446 thdp = ctx_data; in ertt_add_tx_segment_info_hook()
|
| /freebsd-13-stable/share/examples/kld/khelp/ |
| HD | h_example.c | 58 void *ctx_data, void *hdata, struct osd *hosd); 130 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, in example_hook() argument
|
| /freebsd-13-stable/sys/net/ |
| HD | if_enc.c | 236 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook() argument 250 ctx = (struct ipsec_ctx_data *)ctx_data; in enc_hhook()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_hhook.c | 94 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) in hhook_run_hooks() argument 122 ctx_data, hdata, hosd); in hhook_run_hooks()
|