Lines Matching refs:node_port
137 struct node_port { struct
140 struct node_port *next; argument
141 struct node_port *tail; argument
202 struct node_port *port;
343 struct node_host *, struct node_port *, struct node_host *,
344 struct node_port *, struct node_uid *, struct node_gid *,
399 struct node_port *port;
3306 $$ = calloc(1, sizeof(struct node_port));
3324 $$ = calloc(1, sizeof(struct node_port));
3339 $$ = calloc(1, sizeof(struct node_port));
5391 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5392 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5421 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
5424 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
5547 FREE_LIST(struct node_port, src_ports); in expand_rule()
5550 FREE_LIST(struct node_port, dst_ports); in expand_rule()