Lines Matching refs:node_uid
149 struct node_uid { struct
152 struct node_uid *next; argument
153 struct node_uid *tail; argument
241 struct node_uid *uid;
367 struct node_port *, struct node_uid *, struct node_gid *,
429 struct node_uid *uid;
3859 $$ = calloc(1, sizeof(struct node_uid));
3874 $$ = calloc(1, sizeof(struct node_uid));
3889 $$ = calloc(1, sizeof(struct node_uid));
5991 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
6023 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule()
6170 FREE_LIST(struct node_uid, uids); in expand_rule()