Searched refs:SND_IN (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dsend.h35 #define SND_IN 1 /* Incoming traffic. */ macro
H A Dsend.c128 case SND_IN:
214 panic("%s: direction %d neither SND_IN nor SND_OUT.",
H A Dicmp6.c753 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len);
773 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len);
793 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len);
813 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len);
833 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len);

Completed in 63 milliseconds