Searched refs:send_sendso_input_hook (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/netinet6/ |
| HD | send.h | 43 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
|
| HD | send.c | 335 send_sendso_input_hook = send_input; in send_modevent() 358 send_sendso_input_hook = NULL; in send_modevent()
|
| HD | icmp6.c | 736 if (send_sendso_input_hook != NULL) { in icmp6_input() 738 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 757 if (send_sendso_input_hook != NULL) { in icmp6_input() 758 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 777 if (send_sendso_input_hook != NULL) { in icmp6_input() 778 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 797 if (send_sendso_input_hook != NULL) { in icmp6_input() 798 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 817 if (send_sendso_input_hook != NULL) { in icmp6_input() 818 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() [all …]
|
| HD | nd6_nbr.c | 571 if (send_sendso_input_hook != NULL) { in nd6_ns_output_fib() 1061 if (send_sendso_input_hook != NULL) { in nd6_na_output_fib()
|
| HD | nd6.c | 128 int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int); variable 2217 if (send_sendso_input_hook != NULL) { in nd6_output_ifp() 2223 error = send_sendso_input_hook(m, ifp, SND_OUT, in nd6_output_ifp()
|
| HD | raw_ip6.c | 524 if ((send_sendso_input_hook != NULL) && in rip6_output()
|