Lines Matching refs:node_port
147 struct node_port { struct
150 struct node_port *next; argument
151 struct node_port *tail; argument
213 struct node_port *port;
403 struct node_port *, struct node_host *, struct node_port *,
462 struct node_port *port;
3823 $$ = calloc(1, sizeof(struct node_port));
3846 $$ = calloc(1, sizeof(struct node_port));
3865 $$ = calloc(1, sizeof(struct node_port));
6290 struct node_port *src_ports, struct node_host *dst_hosts, in expand_rule()
6291 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule()
6319 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
6320 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
6498 FREE_LIST(struct node_port, src_ports); in expand_rule()
6501 FREE_LIST(struct node_port, dst_ports); in expand_rule()