Searched refs:sk_can_gso (Results 1 – 3 of 3) sorted by relevance
137 packet->max_size = sk_can_gso(sk) ? min(READ_ONCE(tp->dst->dev->gso_max_size), in sctp_packet_config()589 if (!sk_can_gso(sk)) { /* check gso */ in sctp_packet_transmit()
2239 static inline bool sk_can_gso(const struct sock *sk) in sk_can_gso() function
2379 if (sk_can_gso(sk)) { in sk_setup_caps()