Lines Matching refs:node_gid
150 struct node_gid { struct
153 struct node_gid *next; argument
154 struct node_gid *tail; argument
228 struct node_gid *gid;
339 struct node_port *, struct node_uid *, struct node_gid *,
396 struct node_gid *gid;
3376 $$ = calloc(1, sizeof(struct node_gid));
3391 $$ = calloc(1, sizeof(struct node_gid));
3406 $$ = calloc(1, sizeof(struct node_gid));
5248 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
5281 LOOP_THROUGH(struct node_gid, gid, gids, in expand_rule()
5416 FREE_LIST(struct node_gid, gids); in expand_rule()