Searched refs:send_sendso_input_hook (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dsend.h43 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
H A Dicmp6.c755 if (send_sendso_input_hook != NULL) {
758 error = send_sendso_input_hook(m, ifp,
769 if (send_sendso_input_hook != NULL) {
772 error = send_sendso_input_hook(n, ifp,
792 if (send_sendso_input_hook != NULL) {
793 error = send_sendso_input_hook(m, ifp,
803 if (send_sendso_input_hook != NULL) {
804 error = send_sendso_input_hook(n, ifp,
821 if (send_sendso_input_hook != NULL) {
822 error = send_sendso_input_hook(
[all...]
H A Dsend.c335 send_sendso_input_hook = send_input;
358 send_sendso_input_hook = NULL;
H A Dnd6.c122 int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int); variable
1855 if (send_sendso_input_hook != NULL) {
1861 error = send_sendso_input_hook(m, ifp, SND_OUT,
H A Dnd6_nbr.c601 if (send_sendso_input_hook != NULL) {
1091 if (send_sendso_input_hook != NULL) {
H A Draw_ip6.c547 if ((send_sendso_input_hook != NULL) &&

Completed in 62 milliseconds