Lines Matching refs:node_uid
156 struct node_uid { struct
159 struct node_uid *next; argument
160 struct node_uid *tail; argument
282 struct node_uid *uid;
460 struct node_uid *, struct node_gid *, struct node_if *,
522 struct node_uid *uid;
4395 $$ = calloc(1, sizeof(struct node_uid));
4410 $$ = calloc(1, sizeof(struct node_uid));
4425 $$ = calloc(1, sizeof(struct node_uid));
6819 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6850 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule()
7029 FREE_LIST(struct node_uid, uids); in expand_rule()