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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.h206 SLIST_HEAD(,smb_connobj)co_children; member in struct:smb_connobj
212 #define SMBCO_FOREACH(var, cp) SLIST_FOREACH((var), &(cp)->co_children, co_next)
H A Dsmb_conn.c234 SLIST_INIT(&cp->co_children);
269 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next);
379 SLIST_INSERT_HEAD(&parent->co_children, child, co_next);

Completed in 109 milliseconds