Searched refs:ip_fragment (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | ip_var.h | 221 int ip_fragment(struct mbuf *, struct ifnet *, u_long);
|
H A D | ip_output.c | 768 error = ip_fragment(m, ifp, mtu); in ip_output() 825 ip_fragment(struct mbuf *m, struct ifnet *ifp, u_long mtu) in ip_fragment() function
|
H A D | ip_mroute.c | 2800 if (ip_fragment(mb_copy, NULL, mtu) != 0) { in pim_register_prepare()
|
/netbsd-src/sys/netipsec/ |
H A D | ipsecif.c | 297 error = ip_fragment(m, ifp, mtu - sizeof(struct ip)); in ipsecif4_fragout()
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 5418 error = ip_fragment(m0, ifp, ifp->if_mtu);
|