Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dsend.h45 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
H A Dsend.c336 send_sendso_input_hook = send_input; in send_modevent()
359 send_sendso_input_hook = NULL; in send_modevent()
H A Dicmp6.c741 if (send_sendso_input_hook != NULL) { in icmp6_input()
750 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
769 if (send_sendso_input_hook != NULL) { in icmp6_input()
770 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
789 if (send_sendso_input_hook != NULL) { in icmp6_input()
790 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
809 if (send_sendso_input_hook != NULL) { in icmp6_input()
810 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
829 if (send_sendso_input_hook != NULL) { in icmp6_input()
830 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
[all …]
H A Dnd6.c130 int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int); variable
2175 if (send_sendso_input_hook != NULL) { in nd6_output_ifp()
2181 error = send_sendso_input_hook(m, ifp, SND_OUT, in nd6_output_ifp()
H A Dnd6_nbr.c574 if (send_sendso_input_hook != NULL) { in nd6_ns_output_fib()
1069 if (send_sendso_input_hook != NULL) { in nd6_na_output_fib()
H A Draw_ip6.c540 if ((send_sendso_input_hook != NULL) && in rip6_output()