Home
last modified time | relevance | path

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

/linux-6.15/net/sctp/
H A Doutput.c448 skb_shinfo(head)->gso_type = sk->sk_gso_type; in sctp_packet_pack()
H A Dsocket.c4976 sk->sk_gso_type = SKB_GSO_SCTP; in sctp_init_sock()
/linux-6.15/include/net/
H A Dsock.h488 u16 sk_gso_type; member
2204 return net_gso_ok(sk->sk_route_caps, sk->sk_gso_type); in sk_can_gso()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c298 sk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_connect()
1450 newsk->sk_gso_type = SKB_GSO_TCPV6;
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c320 sk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_connect()
1778 newsk->sk_gso_type = SKB_GSO_TCPV4;
H A Dtcp_output.c1414 skb_shinfo(skb)->gso_type = sk->sk_gso_type; in __tcp_transmit_skb()
/linux-6.15/net/core/
H A Dsock.c4456 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_gso_type); in sock_struct_check()