Lines Matching refs:node_gid
151 struct node_gid { struct
154 struct node_gid *next; argument
155 struct node_gid *tail; argument
229 struct node_gid *gid;
344 struct node_port *, struct node_uid *, struct node_gid *,
401 struct node_gid *gid;
3459 $$ = calloc(1, sizeof(struct node_gid));
3474 $$ = calloc(1, sizeof(struct node_gid));
3489 $$ = calloc(1, sizeof(struct node_gid));
5393 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
5426 LOOP_THROUGH(struct node_gid, gid, gids, in expand_rule()
5552 FREE_LIST(struct node_gid, gids); in expand_rule()