Searched refs:hhook_type (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | hhook.h | 77 typedef int (*hhook_func_t)(int32_t hhook_type, int32_t hhook_id, void *udata, 121 int hhook_head_register(int32_t hhook_type, int32_t hhook_id, 126 int hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id); 128 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id); 152 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \ argument 155 _hhh = hhook_head_get(hhook_type, hhook_id); \
|
| /f-stack/freebsd/kern/ |
| H A D | kern_hhook.c | 294 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register() argument 299 tmphhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_register() 313 tmphhh->hhh_type = hhook_type; in hhook_head_register() 391 hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id) in hhook_head_deregister_lookup() argument 396 hhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_deregister_lookup() 410 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get() argument 416 if (hhh->hhh_type == hhook_type && hhh->hhh_id == hhook_id) { in hhook_head_get()
|
| /f-stack/freebsd/net/ |
| H A D | if_enc.c | 211 int32_t hhook_type, uint8_t enc, uint8_t af) in enc_bpftap() argument 215 if (hhook_type == HHOOK_TYPE_IPSEC_IN && in enc_bpftap() 218 else if (hhook_type == HHOOK_TYPE_IPSEC_OUT && in enc_bpftap() 242 enc_hhook(int32_t hhook_type, int32_t hhook_id, void *udata, void *ctx_data, in enc_hhook() argument 261 enc_bpftap(ifp, *ctx->mp, ctx->sav, hhook_type, ctx->enc, ctx->af); in enc_hhook() 262 switch (hhook_type) { in enc_hhook() 314 enc_bpftap(ifp, *ctx->mp, ctx->sav, hhook_type, in enc_hhook()
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 73 static int ertt_packet_measurement_hook(int hhook_type, int hhook_id, 75 static int ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, 197 ertt_packet_measurement_hook(int hhook_type, int hhook_id, void *udata, in ertt_packet_measurement_hook() argument 432 ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, void *udata, in ertt_add_tx_segment_info_hook() argument
|