Home
last modified time | relevance | path

Searched refs:ip_route_connect (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ipv4/
H A Ddatagram.c49 rt = ip_route_connect(fl4, usin->sin_addr.s_addr, saddr, oif, in __ip4_datagram_connect()
H A Daf_inet.c1271 rt = ip_route_connect(fl4, daddr, 0, sk->sk_bound_dev_if, in inet_sk_reselect_saddr()
H A Dtcp_ipv4.c239 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in tcp_v4_connect()
/openbmc/linux/include/net/
H A Droute.h309 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() function
/openbmc/linux/net/dccp/
H A Dipv4.c78 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()