Searched refs:ip6_deletefraghdr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | frag6.c | 219 ip6_deletefraghdr(struct mbuf *m, int offset, int wait __unused) in ip6_deletefraghdr() function 451 if (ip6_deletefraghdr(m, offset, M_NOWAIT) != 0) in frag6_input() 822 ip6_deletefraghdr(m, offset, M_NOWAIT); in frag6_input()
|
| H A D | ip6_var.h | 390 int ip6_deletefraghdr(struct mbuf *, int, int);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 390 int ip6_deletefraghdr(struct mbuf *, int, int);
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 888 if (ip6_deletefraghdr(m, hdrlen, M_NOWAIT) != 0) in pf_reassemble6()
|