Searched refs:ip6_mforward (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 363 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
|
| H A D | ip6_input.c | 892 if (ip6_mforward && ip6_mforward(ip6, rcvif, m)) { in ip6_input()
|
| H A D | raw_ip6.c | 153 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *); variable
|
| H A D | ip6_mroute.c | 1909 ip6_mforward = X_ip6_mforward; in ip6_mroute_modevent() 1925 ip6_mforward = NULL; in ip6_mroute_modevent()
|
| H A D | ip6_output.c | 920 if (ip6_mforward(ip6, ifp, m) != 0) { in ip6_output()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 363 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
|