Searched refs:ip6_fragment (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/netinet6/ |
| D | ip6_var.h | 332 int ip6_fragment(struct mbuf *, struct mbuf_list *, int, u_char, u_long);
|
| D | ip6_output.c | 758 if ((error = ip6_fragment(m, &ml, hlen, nextproto, mtu)) || in ip6_output() 784 ip6_fragment(struct mbuf *m0, struct mbuf_list *ml, int hlen, u_char nextproto, in ip6_fragment() function
|
| /openbsd/src/sys/net/ |
| D | pf_norm.c | 991 error = ip6_fragment(m, &ml, hdrlen, proto, mtu); in pf_refragment6()
|