Searched refs:sk_gso_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h148 * @sk_gso_type: GSO type (e.g. %SKB_GSO_TCPV4)
229 int sk_gso_type; member in struct:sock
1075 return net_gso_ok(sk->sk_route_caps, sk->sk_gso_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c266 sk->sk_gso_type = SKB_GSO_TCPV4;
1443 newsk->sk_gso_type = SKB_GSO_TCPV4;
H A Dtcp_output.c593 skb_shinfo(skb)->gso_type = sk->sk_gso_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c284 sk->sk_gso_type = SKB_GSO_TCPV6;
1435 newsk->sk_gso_type = SKB_GSO_TCPV6;

Completed in 115 milliseconds