Home
last modified time | relevance | path

Searched refs:sk_can_gso (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sctp/
H A Doutput.c137 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()
/openbmc/linux/include/net/
H A Dsock.h2267 static inline bool sk_can_gso(const struct sock *sk) in sk_can_gso() function
/openbmc/linux/net/core/
H A Dsock.c2450 if (sk_can_gso(sk)) { in sk_setup_caps()