Lines Matching refs:dst
41 #include <net/dst.h>
389 bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst);
438 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst);
441 struct dst_entry *dst,
452 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
466 struct dst_entry *dst, u32 tsoff);
559 const struct net *net, const struct dst_entry *dst);
706 const struct dst_entry *dst = __sk_dst_get(sk);
709 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN))
710 rto_min = dst_metric_rtt(dst, RTAX_RTO_MIN);
719 static inline bool tcp_ca_dst_locked(const struct dst_entry *dst)
721 return dst_metric_locked(dst, RTAX_CC_ALGO);
1252 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst);
1455 const struct dst_entry *dst);
1712 const struct dst_entry *dst);
2070 int (*send_synack)(const struct sock *sk, struct dst_entry *dst,