Home
last modified time | relevance | path

Searched refs:sk_sndmsg_page (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/net/ipv4/
Dtcp.c1007 struct page *page = sk->sk_sndmsg_page; in tcp_sendmsg()
1030 sk->sk_sndmsg_page = page = NULL; in tcp_sendmsg()
1056 if (!sk->sk_sndmsg_page) { in tcp_sendmsg()
1057 sk->sk_sndmsg_page = page; in tcp_sendmsg()
1068 if (sk->sk_sndmsg_page) { in tcp_sendmsg()
1072 sk->sk_sndmsg_page = page; in tcp_sendmsg()
Dtcp_ipv4.c1976 if (sk->sk_sndmsg_page) { in tcp_v4_destroy_sock()
1977 __free_page(sk->sk_sndmsg_page); in tcp_v4_destroy_sock()
1978 sk->sk_sndmsg_page = NULL; in tcp_v4_destroy_sock()
/linux-3.4.99/net/ipv6/
Dip6_output.c1291 sk->sk_sndmsg_page = NULL; in ip6_append_data()
1520 struct page *page = sk->sk_sndmsg_page; in ip6_append_data()
1544 sk->sk_sndmsg_page = page; in ip6_append_data()
/linux-3.4.99/net/core/
Dskbuff.c1556 struct page *p = sk->sk_sndmsg_page; in linear_to_page()
1561 p = sk->sk_sndmsg_page = alloc_pages(sk->sk_allocation, 0); in linear_to_page()
Dsock.c2111 sk->sk_sndmsg_page = NULL; in sock_init_data()
/linux-3.4.99/include/net/
Dsock.h362 struct page *sk_sndmsg_page; member