Lines Matching refs:node_port
96 struct node_port { struct
99 struct node_port *next; argument
100 struct node_port *tail; argument
161 struct node_port *port;
277 void expand_label_port(const char *, char *, size_t, struct node_port *);
281 struct node_port *, struct node_host *, struct node_port *,
285 struct node_port *, struct node_host *, struct node_port *,
355 struct node_port *port;
2663 $$ = calloc(1, sizeof(struct node_port));
2681 $$ = calloc(1, sizeof(struct node_port));
2696 $$ = calloc(1, sizeof(struct node_port));
4319 struct node_port *port) in expand_label_port()
4378 struct node_host *src_host, struct node_port *src_port, in expand_label()
4379 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
4650 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
4651 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
4680 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
4683 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
4815 FREE_LIST(struct node_port, src_ports); in expand_rule()
4818 FREE_LIST(struct node_port, dst_ports); in expand_rule()