Searched refs:frent (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c376 struct pf_frent *frent; local
381 for (frent = LIST_FIRST(&frag->fr_queue); frent;
382 frent = LIST_FIRST(&frag->fr_queue)) {
383 LIST_REMOVE(frent, fr_next);
385 m_freem(frent->fr_m);
387 pool_put(&V_pf_frent_pl, frent);
390 pool_put(&pf_frent_pl, frent);
496 struct pf_frent *frent, int mff)
501 struct ip *ip = frent
495 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
1142 struct pf_frent *frent; local
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drecurse.c805 struct frame_and_entries frent; local
807 frent.frame = frame;
808 frent.entries = entries;
809 err += walklist (dirlist, do_dir_proc, (void *) &frent);
905 struct frame_and_entries *frent = (struct frame_and_entries *) closure; local
906 struct recursion_frame *frame = frent->frame;
1105 update_dir, frent->entries);
1179 frent->entries);

Completed in 103 milliseconds