Lines Matching refs:node_port
142 struct node_port { struct
145 struct node_port *next; argument
146 struct node_port *tail; argument
207 struct node_port *port;
366 struct node_host *, struct node_port *, struct node_host *,
367 struct node_port *, struct node_uid *, struct node_gid *,
428 struct node_port *port;
3784 $$ = calloc(1, sizeof(struct node_port));
3802 $$ = calloc(1, sizeof(struct node_port));
3817 $$ = calloc(1, sizeof(struct node_port));
5989 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5990 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
6019 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
6022 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
6166 FREE_LIST(struct node_port, src_ports); in expand_rule()
6169 FREE_LIST(struct node_port, dst_ports); in expand_rule()