Searched refs:srcrt (Results 1 – 4 of 4) sorted by relevance
91 ip6_forward(struct mbuf *m, int srcrt) in ip6_forward() argument271 if (V_ip6_sendredirects && nh->nh_ifp == m->m_pkthdr.rcvif && !srcrt && in ip6_forward()
533 int srcrt = 0; in ip6_input() local 739 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst); in ip6_input() 895 ip6_forward(m, srcrt); in ip6_input()
227 void ip_forward(struct mbuf *m, int srcrt);
912 * The srcrt parameter indicates whether the packet is being forwarded in ip_forward() 916 ip_forward(struct mbuf *m, int srcrt) in ip_forward() 1024 if (!srcrt && V_ipsendredirects && in ip_forward() 910 ip_forward(struct mbuf * m,int srcrt) ip_forward() argument