Searched refs:ip6_fragment (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dip6_var.h429 int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int,
H A Dip6_output.c212 ip6_fragment(struct ifnet *ifp, struct mbuf *m0, int hlen, u_char nextproto, function
1000 if ((error = ip6_fragment(ifp, m, hlen, nextproto, len, id)))
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_norm.c1135 * is less than 8, ip6_fragment() will return EMSGSIZE and
1138 error = ip6_fragment(ifp, m, hdrlen, proto, maxlen, frag_id);

Completed in 104 milliseconds