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

/freebsd-10-stable/sys/netinet6/
H A Dfrag6.c567 if (ip6_deletefraghdr(m, offset, M_NOWAIT) != 0) {
790 ip6_deletefraghdr(struct mbuf *m, int offset, int wait) function
H A Dip6_var.h428 int ip6_deletefraghdr(struct mbuf *, int, int);
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_norm.c744 if (ip6_deletefraghdr(m, hdrlen, M_NOWAIT) != 0)

Completed in 77 milliseconds