Lines Matching refs:node_gid
156 struct node_gid { struct
159 struct node_gid *next; argument
160 struct node_gid *tail; argument
242 struct node_gid *gid;
367 struct node_port *, struct node_uid *, struct node_gid *,
430 struct node_gid *gid;
3937 $$ = calloc(1, sizeof(struct node_gid));
3952 $$ = calloc(1, sizeof(struct node_gid));
3967 $$ = calloc(1, sizeof(struct node_gid));
5991 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
6024 LOOP_THROUGH(struct node_gid, gid, gids, in expand_rule()
6171 FREE_LIST(struct node_gid, gids); in expand_rule()