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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c475 SLIST_INSERT_HEAD(&req->r_gss_seqlist, gsp, gss_seqnext);
694 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
742 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
824 SLIST_FOREACH(gsp, &req->r_gss_seqlist, gss_seqnext) {
1313 gsp = SLIST_FIRST(&req->r_gss_seqlist);
1321 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp) {
1323 SLIST_REMOVE(&req->r_gss_seqlist, gsp, gss_seq, gss_seqnext);
H A Dnfs.h829 SLIST_HEAD(, gss_seq) r_gss_seqlist; /* RPCSEC_GSS sequence numbers */ member in struct:nfsreq
H A Dnfs_socket.c1424 SLIST_INIT(&req->r_gss_seqlist);
1493 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp)

Completed in 89 milliseconds