Home
last modified time | relevance | path

Searched refs:sk_gso_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/sctp/
H A Doutput.c448 skb_shinfo(head)->gso_type = sk->sk_gso_type; in sctp_packet_pack()
H A Dsocket.c5041 sk->sk_gso_type = SKB_GSO_SCTP; in sctp_init_sock()
/linux/include/net/
H A Dsock.h521 u16 sk_gso_type; member
2280 return net_gso_ok(sk->sk_route_caps, sk->sk_gso_type); in sk_can_gso()
/linux/net/ipv6/
H A Dtcp_ipv6.c301 sk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_connect()
1410 newsk->sk_gso_type = SKB_GSO_TCPV6;
/linux/net/ipv4/
H A Dtcp_ipv4.c321 sk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_connect()
1698 newsk->sk_gso_type = SKB_GSO_TCPV4;