Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Doutput.c136 packet->max_size = sk_can_gso(sk) ? tp->dst->dev->gso_max_size in sctp_packet_config()
564 if (!sk_can_gso(sk)) { in sctp_packet_transmit()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2071 static inline bool sk_can_gso(const struct sock *sk) in sk_can_gso() function
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c2025 if (sk_can_gso(sk)) { in sk_setup_caps()