Lines Matching refs:dst
101 /* update dst or transport pathmtu if in need */
128 if (!tp->dst)
133 if (__sk_dst_get(sk) != tp->dst) {
134 dst_hold(tp->dst);
135 sk_setup_caps(sk, tp->dst);
137 packet->max_size = sk_can_gso(sk) ? min(READ_ONCE(tp->dst->dev->gso_max_size),
547 if (!(tp->dst->dev->features & NETIF_F_SCTP_CRC) ||
548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) {
613 /* drop packet if no dst */
614 if (!tp->dst) {