Searched defs:hhook_type (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | kern_hhook.c | 291 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register() argument 388 hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id) in hhook_head_deregister_lookup() argument 407 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get() argument
|
/freebsd-src/share/examples/kld/khelp/ |
H A D | h_example.c | 130 example_hook(int hhook_type,int hhook_id,void * udata,void * ctx_data,void * hdata,struct osd * hosd) example_hook() argument
|
/freebsd-src/sys/net/ |
H A D | if_enc.c | 206 enc_bpftap(struct ifnet * ifp,struct mbuf * m,const struct secasvar * sav,int32_t hhook_type,uint8_t enc,uint8_t af) enc_bpftap() argument 237 enc_hhook(int32_t hhook_type,int32_t hhook_id,void * udata,void * ctx_data,void * hdata,struct osd * hosd) enc_hhook() argument
|
/freebsd-src/sys/netinet/khelp/ |
H A D | h_ertt.c | 194 ertt_packet_measurement_hook(int hhook_type, int hhook_id, void *udata, in ertt_packet_measurement_hook() 429 ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, void *udata, in ertt_add_tx_segment_info_hook()
|
/freebsd-src/sys/sys/ |
H A D | hhook.h | 150 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument
|