Lines Matching refs:node_port
149 struct node_port { struct
152 struct node_port *next; argument
153 struct node_port *tail; argument
216 struct node_port *port;
459 struct node_port *, struct node_host *, struct node_port *,
521 struct node_port *port;
4307 $$ = calloc(1, sizeof(struct node_port));
4330 $$ = calloc(1, sizeof(struct node_port));
4349 $$ = calloc(1, sizeof(struct node_port));
6818 struct node_port *src_ports, struct node_host *dst_hosts, in expand_rule()
6819 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6847 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
6848 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
7025 FREE_LIST(struct node_port, src_ports); in expand_rule()
7028 FREE_LIST(struct node_port, dst_ports); in expand_rule()