Searched refs:ip_mforward (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 221 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_var.h | 221 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
|
| H A D | ip_input.c | 755 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) { in ip_input()
|
| H A D | ip_output.c | 625 if (ip_mforward && in ip_output() 626 ip_mforward(ip, ifp, m, imo) != 0) { in ip_output()
|
| H A D | raw_ip.c | 127 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
|
| H A D | ip_mroute.c | 2903 ip_mforward = X_ip_mforward; in ip_mroute_modevent() 2941 ip_mforward = NULL; in ip_mroute_modevent()
|