Lines Matching refs:ifindex
589 int ifindex) in find_route_ipv4() argument
594 dport, sport, IPPROTO_TCP, tos, ifindex); in find_route_ipv4()
602 cxgbi_check_route(struct sockaddr *dst_addr, int ifindex) in cxgbi_check_route() argument
617 daddr->sin_port, 0, ifindex); in cxgbi_check_route()
704 int ifindex) in find_route_ipv6() argument
709 fl.flowi6_oif = ifindex; in find_route_ipv6()
718 cxgbi_check_route6(struct sockaddr *dst_addr, int ifindex) in cxgbi_check_route6() argument
732 rt = find_route_ipv6(NULL, &daddr6->sin6_addr, ifindex); in cxgbi_check_route6()
2560 int ifindex = 0; in cxgbi_ep_connect() local
2577 csk = cxgbi_check_route(dst_addr, ifindex); in cxgbi_ep_connect()
2580 csk = cxgbi_check_route6(dst_addr, ifindex); in cxgbi_ep_connect()
2596 if (ifindex != hba->ndev->ifindex) { in cxgbi_ep_connect()
2599 ifindex = hba->ndev->ifindex; in cxgbi_ep_connect()