Lines Matching refs:dst
41 #include <net/dst.h>
398 bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst);
457 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst);
460 struct dst_entry *dst,
471 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
485 struct dst_entry *dst, u32 tsoff);
578 const struct net *net, const struct dst_entry *dst);
731 const struct dst_entry *dst = __sk_dst_get(sk);
734 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN))
735 rto_min = dst_metric_rtt(dst, RTAX_RTO_MIN);
744 static inline bool tcp_ca_dst_locked(const struct dst_entry *dst)
746 return dst_metric_locked(dst, RTAX_CC_ALGO);
1273 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst);
1537 const struct dst_entry *dst);
1813 const struct dst_entry *dst);
2152 int (*send_synack)(const struct sock *sk, struct dst_entry *dst,