LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   inet_sendpage (https://www.linuxquestions.org/questions/programming-9/inet_sendpage-411794/)

omkarlagu 02-05-2006 01:16 AM

inet_sendpage
 
hello everybody,

do anyone has an idea how to use inet_sendpage in kernel ...
and what to values should be passed ..

inet_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int flags)

i have passed values to parameters as :::socks->ops->sendpage(socks,page,0,4096,1);

and the return value is -95 that means sendpage was unsuccesful


omkarlagu@yahoo.com


All times are GMT -5. The time now is 12:58 AM.