Searched refs:src_host (Results 1 – 1 of 1) sorted by relevance
4836 struct node_host *src_host, struct node_port *src_port, in expand_label() argument4841 expand_label_addr("$srcaddr", label, len, af, src_host); in expand_label()5135 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()5145 if ((r->af && src_host->af && r->af != src_host->af) || in expand_rule()5147 (src_host->af && dst_host->af && in expand_rule()5148 src_host->af != dst_host->af) || in expand_rule()5149 (src_host->ifindex && dst_host->ifindex && in expand_rule()5150 src_host->ifindex != dst_host->ifindex) || in expand_rule()5151 (src_host->ifindex && *interface->ifname && in expand_rule()5152 src_host->ifindex != if_nametoindex(interface->ifname)) || in expand_rule()[all …]