Symbol: frag_next
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
192
pitem->frag_next = item;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
196
item->frag_next = citem;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
201
citem = citem->frag_next;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
205
pitem->frag_next = item;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
259
item->frag_next = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
305
item = item->frag_next;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
342
item = item->frag_next;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
362
item = item->frag_next;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.c
370
next_item = item->frag_next;
crypto/dist/ipsec-tools/src/racoon/isakmp_frag.h
50
struct isakmp_frag_item *frag_next;
sys/dist/pf/net/pf_norm.c
329
TAILQ_REMOVE(&pf_fragqueue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
330
TAILQ_INSERT_HEAD(&pf_fragqueue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
332
TAILQ_REMOVE(&pf_cachequeue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
333
TAILQ_INSERT_HEAD(&pf_cachequeue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
347
TAILQ_REMOVE(&pf_fragqueue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
351
TAILQ_REMOVE(&pf_cachequeue, frag, frag_next);
sys/dist/pf/net/pf_norm.c
396
TAILQ_INSERT_HEAD(&pf_fragqueue, *frag, frag_next);
sys/dist/pf/net/pf_norm.c
605
TAILQ_INSERT_HEAD(&pf_cachequeue, *frag, frag_next);
sys/dist/pf/net/pf_norm.c
94
TAILQ_ENTRY(pf_fragment) frag_next;
sys/ufs/chfs/chfs_gc.c
879
frag; frag = frag_next(&ip->fragtree, frag)) {
sys/ufs/chfs/chfs_readinode.c
588
while ((this = frag_next(fragtree, newfrag)) && newfrag->ofs + newfrag->size >= this->ofs + this->size) {
sys/ufs/chfs/chfs_readinode.c
624
next = frag_next(fragtree, this);
sys/ufs/chfs/chfs_readinode.c
646
next = frag_next(fragtree, this);
sys/ufs/chfs/chfs_readinode.c
670
frag = frag_next(fragtree, frag);
sys/ufs/chfs/chfs_readinode.c
675
struct chfs_node_frag *next = frag_next(fragtree, frag);
sys/ufs/chfs/chfs_readinode.c
769
struct chfs_node_frag *next = frag_next(&ip->fragtree, newfrag);