Searched refs:sk_sndmsg_page (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_output.c845 sk->sk_sndmsg_page = NULL;
1023 struct page *page = sk->sk_sndmsg_page;
1047 sk->sk_sndmsg_page = page;
H A Dtcp_ipv4.c1934 if (sk->sk_sndmsg_page) {
1935 __free_page(sk->sk_sndmsg_page);
1936 sk->sk_sndmsg_page = NULL;
H A Dtcp.c647 #define TCP_PAGE(sk) (sk->sk_sndmsg_page)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_output.c1098 sk->sk_sndmsg_page = NULL;
1274 struct page *page = sk->sk_sndmsg_page;
1298 sk->sk_sndmsg_page = page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h171 * @sk_sndmsg_page: cached page for sendmsg
250 struct page *sk_sndmsg_page; member in struct:sock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsock.c1541 sk->sk_sndmsg_page = NULL;
H A Dskbuff.c1924 sk->sk_sndmsg_page = page;

Completed in 62 milliseconds