Home
last modified time | relevance | path

Searched refs:inet_csk_route_req (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dinet_connection_sock.h258 struct dst_entry *inet_csk_route_req(const struct sock *sk, struct flowi4 *fl4,
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c806 struct dst_entry *inet_csk_route_req(const struct sock *sk, in inet_csk_route_req() function
840 EXPORT_SYMBOL_GPL(inet_csk_route_req);
H A Dtcp_ipv4.c1025 if (!dst && (dst = inet_csk_route_req(sk, &fl4, req)) == NULL) in tcp_v4_send_synack()
1514 return inet_csk_route_req(sk, &fl->u.ip4, req); in tcp_v4_route_req()
/openbmc/linux/net/dccp/
H A Dipv4.c499 dst = inet_csk_route_req(sk, &fl4, req); in dccp_v4_send_response()