Lines Matching refs:node_gid
163 struct node_gid { struct
166 struct node_gid *next; argument
167 struct node_gid *tail; argument
283 struct node_gid *gid;
460 struct node_uid *, struct node_gid *, struct node_if *,
523 struct node_gid *gid;
4473 $$ = calloc(1, sizeof(struct node_gid));
4488 $$ = calloc(1, sizeof(struct node_gid));
4503 $$ = calloc(1, sizeof(struct node_gid));
6819 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6851 LOOP_THROUGH(struct node_gid, gid, gids, in expand_rule()
7030 FREE_LIST(struct node_gid, gids); in expand_rule()