Searched refs:ip_mforward (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_var.h | 231 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
|
H A D | ip_input.c | 769 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) { in ip_input()
|
H A D | ip_output.c | 622 if (ip_mforward && in ip_output() 623 ip_mforward(ip, ifp, m, imo) != 0) { in ip_output()
|
H A D | raw_ip.c | 119 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
|
H A D | ip_mroute.c | 2854 ip_mforward = X_ip_mforward; in ip_mroute_modevent() 2892 ip_mforward = NULL; in ip_mroute_modevent()
|