Searched refs:src_host (Results 1 – 1 of 1) sorted by relevance
4786 struct node_host *src_host, struct node_port *src_port, in expand_label() argument4791 expand_label_addr("$srcaddr", label, len, af, src_host); in expand_label()5084 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()5094 if ((r->af && src_host->af && r->af != src_host->af) || in expand_rule()5096 (src_host->af && dst_host->af && in expand_rule()5097 src_host->af != dst_host->af) || in expand_rule()5098 (src_host->ifindex && dst_host->ifindex && in expand_rule()5099 src_host->ifindex != dst_host->ifindex) || in expand_rule()5100 (src_host->ifindex && *interface->ifname && in expand_rule()5101 src_host->ifindex != if_nametoindex(interface->ifname)) || in expand_rule()[all …]