Lines Matching refs:node_uid
103 struct node_uid { struct
106 struct node_uid *next; argument
107 struct node_uid *tail; argument
185 struct node_uid *uid;
286 struct node_uid *, struct node_gid *, struct node_icmp *,
356 struct node_uid *uid;
2746 $$ = calloc(1, sizeof(struct node_uid));
2761 $$ = calloc(1, sizeof(struct node_uid));
2776 $$ = calloc(1, sizeof(struct node_uid));
4652 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
4684 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule()
4819 FREE_LIST(struct node_uid, uids); in expand_rule()