Lines Matching refs:node_uid
154 struct node_uid { struct
157 struct node_uid *next; argument
158 struct node_uid *tail; argument
273 struct node_uid *uid;
404 struct node_uid *, struct node_gid *, struct node_if *,
463 struct node_uid *uid;
3911 $$ = calloc(1, sizeof(struct node_uid));
3926 $$ = calloc(1, sizeof(struct node_uid));
3941 $$ = calloc(1, sizeof(struct node_uid));
6291 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6322 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule()
6502 FREE_LIST(struct node_uid, uids); in expand_rule()