Searched refs:ctx_data (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | hhook.h | 78 void *ctx_data, void *hdata, struct osd *hosd); 110 void hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd); 140 #define HHOOKS_RUN_IF(hhh, ctx_data, hosd) do { \ argument 142 hhook_run_hooks(hhh, ctx_data, hosd); \ 152 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument 158 hhook_run_hooks(_hhh, ctx_data, hosd); \
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 74 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 76 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 198 void *ctx_data, void *hdata, struct osd *hosd) in ertt_packet_measurement_hook() argument 210 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__)); in ertt_packet_measurement_hook() 214 thdp = ctx_data; in ertt_packet_measurement_hook() 433 void *ctx_data, void *hdata, struct osd *hosd) in ertt_add_tx_segment_info_hook() argument 444 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__)); in ertt_add_tx_segment_info_hook() 448 thdp = ctx_data; in ertt_add_tx_segment_info_hook()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_hhook.c | 96 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) in hhook_run_hooks() argument 124 ctx_data, hdata, hosd); in hhook_run_hooks()
|
| /f-stack/freebsd/net/ |
| H A D | if_enc.c | 242 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook() argument 256 ctx = (struct ipsec_ctx_data *)ctx_data; in enc_hhook()
|