Home
last modified time | relevance | path

Searched refs:ip_fragment (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_var.h221 int ip_fragment(struct mbuf *, struct ifnet *, u_long);
H A Dip_output.c768 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 Dip_mroute.c2800 if (ip_fragment(mb_copy, NULL, mtu) != 0) { in pim_register_prepare()
/netbsd-src/sys/netipsec/
H A Dipsecif.c297 error = ip_fragment(m, ifp, mtu - sizeof(struct ip)); in ipsecif4_fragout()
/netbsd-src/sys/dist/pf/net/
H A Dpf.c5418 error = ip_fragment(m0, ifp, ifp->if_mtu);