Searched refs:src_host (Results 1 – 1 of 1) sorted by relevance
4378 struct node_host *src_host, struct node_port *src_port, in expand_label() argument4383 expand_label_addr("$srcaddr", label, len, af, src_host); in expand_label()4679 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()4689 if ((r->af && src_host->af && r->af != src_host->af) || in expand_rule()4691 (src_host->af && dst_host->af && in expand_rule()4692 src_host->af != dst_host->af) || in expand_rule()4693 (src_host->ifindex && dst_host->ifindex && in expand_rule()4694 src_host->ifindex != dst_host->ifindex) || in expand_rule()4695 (src_host->ifindex && *interface->ifname && in expand_rule()4696 src_host->ifindex != if_nametoindex(interface->ifname)) || in expand_rule()[all …]