Searched refs:hhook (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c42 #include <sys/hhook.h>
54 struct hhook { struct
58 STAILQ_ENTRY(hhook) hhk_next;
61 static MALLOC_DEFINE(M_HHOOK, "hhook", "Helper hooks are linked off hhook_head lists");
96 struct hhook *hhk;
113 * but will likely want to handle it in future to allow hhook to
114 * be used like pfil and effect changes at the hhook calling
118 * hooks currently receive, thus replicating pfil with hhook.
132 struct hhook *hhk, *tmp;
140 hhk = malloc(sizeof(struct hhook), M_HHOO
[all...]
H A Dkern_khelp.c42 #include <sys/hhook.h>
285 * Private KPI between hhook and khelp that allows khelp modules to insert hook
286 * functions into hhook points which register after the modules were loaded.
/freebsd-10.0-release/share/examples/kld/khelp/
H A Dh_example.c43 #include <sys/hhook.h>
55 * Function prototype for our helper hook (man 9 hhook) compatible hook
89 * hookinfo structs (defined in <sys/hhook.h>). We hook the TCP established
90 * inbound/outbound hook points (TCP hhook points are defined in
/freebsd-10.0-release/sys/sys/
H A Dhhook.h92 STAILQ_HEAD(hhook_list, hhook) hhh_hooks;
/freebsd-10.0-release/sys/netinet/khelp/
H A Dh_ertt.c46 #include <sys/hhook.h>
/freebsd-10.0-release/sys/netinet/cc/
H A Dcc_cdg.c53 #include <sys/hhook.h>
/freebsd-10.0-release/sys/netinet/
H A Dtcp_output.c44 #include <sys/hhook.h>
H A Dtcp_input.c62 #include <sys/hhook.h>
H A Dtcp_subr.c45 #include <sys/hhook.h>
/freebsd-10.0-release/share/man/man9/
H A DMakefile131 hhook.9 \

Completed in 148 milliseconds