Searched refs:src_host (Results 1 – 1 of 1) sorted by relevance
3654 struct node_host *src_host, struct node_port *src_port, in expand_label() argument3659 expand_label_addr("$srcaddr", label, len, af, src_host); in expand_label()3950 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()3960 if ((r->af && src_host->af && r->af != src_host->af) || in expand_rule()3962 (src_host->af && dst_host->af && in expand_rule()3963 src_host->af != dst_host->af) || in expand_rule()3964 (src_host->ifindex && dst_host->ifindex && in expand_rule()3965 src_host->ifindex != dst_host->ifindex) || in expand_rule()3966 (src_host->ifindex && *interface->ifname && in expand_rule()3967 src_host->ifindex != if_nametoindex(interface->ifname)) || in expand_rule()[all …]