Searched refs:hosd (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_khelp.c | 59 static inline void khelp_remove_osd(struct helper *h, struct osd *hosd); 148 khelp_init_osd(uint32_t classes, struct osd *hosd) in khelp_init_osd() argument 154 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_init_osd() 167 osd_set(OSD_KHELP, hosd, h->h_id, hdata); in khelp_init_osd() 176 khelp_remove_osd(h, hosd); in khelp_init_osd() 185 khelp_destroy_osd(struct osd *hosd) in khelp_destroy_osd() argument 190 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_destroy_osd() 202 khelp_remove_osd(h, hosd); in khelp_destroy_osd() 209 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd() argument 219 hdata = osd_get(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd() [all …]
|
H A D | kern_hhook.c | 93 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) in hhook_run_hooks() argument 105 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id); in hhook_run_hooks() 121 ctx_data, hdata, hosd); in hhook_run_hooks()
|
/freebsd/sys/sys/ |
H A D | 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); \
|
H A D | khelp.h | 65 int khelp_init_osd(uint32_t classes, struct osd *hosd); 67 int khelp_destroy_osd(struct osd *hosd); 69 void * khelp_get_osd(struct osd *hosd, int32_t id);
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 71 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 73 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 195 void *ctx_data, void *hdata, struct osd *hosd) in ertt_packet_measurement_hook() argument 430 void *ctx_data, void *hdata, struct osd *hosd) in ertt_add_tx_segment_info_hook() argument
|
/freebsd/sys/net/ |
H A D | if_enc.c | 237 void *hdata, struct osd *hosd) in enc_hhook() argument
|