Searched refs:hosd (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_khelp.c | 151 khelp_init_osd(uint32_t classes, struct osd *hosd) in khelp_init_osd() argument 157 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_init_osd() 170 osd_set(OSD_KHELP, hosd, h->h_id, hdata); in khelp_init_osd() 179 khelp_remove_osd(h, hosd); in khelp_init_osd() 188 khelp_destroy_osd(struct osd *hosd) in khelp_destroy_osd() argument 205 khelp_remove_osd(h, hosd); in khelp_destroy_osd() 212 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd() argument 222 hdata = osd_get(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd() 225 osd_del(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd() 232 khelp_get_osd(struct osd *hosd, int32_t id) in khelp_get_osd() argument [all …]
|
| 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 108 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id); in hhook_run_hooks() 124 ctx_data, hdata, hosd); in hhook_run_hooks()
|
| /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); \
|
| H A D | khelp.h | 67 int khelp_init_osd(uint32_t classes, struct osd *hosd); 69 int khelp_destroy_osd(struct osd *hosd); 71 void * khelp_get_osd(struct osd *hosd, int32_t id);
|
| /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 433 void *ctx_data, void *hdata, struct osd *hosd) in ertt_add_tx_segment_info_hook() argument
|
| /f-stack/freebsd/net/ |
| H A D | if_enc.c | 243 void *hdata, struct osd *hosd) in enc_hhook() argument
|