Searched refs:send_sendso_input_hook (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/netinet6/ |
| H A D | send.h | 43 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
|
| H A D | send.c | 348 send_sendso_input_hook = send_input; in send_modevent() 371 send_sendso_input_hook = NULL; in send_modevent()
|
| H A D | icmp6.c | 766 if (send_sendso_input_hook != NULL) { in icmp6_input() 775 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 794 if (send_sendso_input_hook != NULL) { in icmp6_input() 795 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 814 if (send_sendso_input_hook != NULL) { in icmp6_input() 815 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 834 if (send_sendso_input_hook != NULL) { in icmp6_input() 835 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 854 if (send_sendso_input_hook != NULL) { in icmp6_input() 855 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() [all …]
|
| H A D | nd6_nbr.c | 613 if (send_sendso_input_hook != NULL) { in nd6_ns_output_fib() 1107 if (send_sendso_input_hook != NULL) { in nd6_na_output_fib()
|
| H A D | nd6.c | 150 int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int); variable 2207 if (send_sendso_input_hook != NULL) { in nd6_output_ifp() 2213 error = send_sendso_input_hook(m, ifp, SND_OUT, in nd6_output_ifp()
|
| H A D | raw_ip6.c | 521 if ((send_sendso_input_hook != NULL) && in rip6_send()
|