skb_append_datato_frags — append the user data to a skb
int skb_append_datato_frags ( | struct sock * sk, |
| struct sk_buff * skb, | |
int (*getfrag)
(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), | |
| void * from, | |
int length); |
struct sock * sksock structure
struct sk_buff * skbskb structure to be appended with user data.
int (*)(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) getfragcall back function to be used for getting the user data
void * frompointer to user message iov
int lengthlength of the iov message