Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Dsend.h45 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
H A Dsend.c354 send_sendso_input_hook = send_input; in send_modevent()
377 send_sendso_input_hook = NULL; in send_modevent()
H A Dicmp6.c744 if (send_sendso_input_hook != NULL) { in icmp6_input()
753 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
772 if (send_sendso_input_hook != NULL) { in icmp6_input()
773 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
792 if (send_sendso_input_hook != NULL) { in icmp6_input()
793 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
812 if (send_sendso_input_hook != NULL) { in icmp6_input()
813 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
832 if (send_sendso_input_hook != NULL) { in icmp6_input()
833 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
[all …]
H A Dnd6_nbr.c586 if (send_sendso_input_hook != NULL) { in nd6_ns_output_fib()
1075 if (send_sendso_input_hook != NULL) { in nd6_na_output_fib()
H A Dnd6.c130 int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int); variable
2237 if (send_sendso_input_hook != NULL) { in nd6_output_ifp()
2243 error = send_sendso_input_hook(m, ifp, SND_OUT, in nd6_output_ifp()
H A Draw_ip6.c548 if ((send_sendso_input_hook != NULL) && in rip6_output()