Lines Matching refs:node_gid
161 struct node_gid { struct
164 struct node_gid *next; argument
165 struct node_gid *tail; argument
274 struct node_gid *gid;
404 struct node_uid *, struct node_gid *, struct node_if *,
464 struct node_gid *gid;
3989 $$ = calloc(1, sizeof(struct node_gid));
4004 $$ = calloc(1, sizeof(struct node_gid));
4019 $$ = calloc(1, sizeof(struct node_gid));
6291 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6323 LOOP_THROUGH(struct node_gid, gid, gids, in expand_rule()
6503 FREE_LIST(struct node_gid, gids); in expand_rule()