Searched refs:getfrag (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/ |
D | ip_output.c | 956 int getfrag(void *from, char *to, int offset, in __ip_append_data() 1015 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data() 1046 getfrag == ip_generic_getfrag) in __ip_append_data() 1165 if (copy > 0 && getfrag(from, data + transhdrlen, offset, copy, fraggap, skb) < 0) { in __ip_append_data() 1209 if (getfrag(from, skb_put(skb, copy), in __ip_append_data() 1248 if (getfrag(from, in __ip_append_data() 1342 int getfrag(void *from, char *to, int offset, int len, in ip_append_data() 1363 sk_page_frag(sk), getfrag, in ip_append_data() 1533 int getfrag(void *from, char *to, int offset, in ip_make_skb() 1555 ¤t->task_frag, getfrag, in ip_make_skb()
|
D | udp.c | 1077 int (*getfrag)(void *, char *, int, int, int, struct sk_buff *); in udp_sendmsg() local 1095 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg() 1272 skb = ip_make_skb(sk, fl4, getfrag, msg, ulen, in udp_sendmsg() 1303 err = ip_append_data(sk, fl4, getfrag, msg, ulen, in udp_sendmsg()
|
/net/ipv6/ |
D | ip6_output.c | 1485 int getfrag(void *from, char *to, int offset, in __ip6_append_data() 1582 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data() 1613 getfrag == ip_generic_getfrag) in __ip6_append_data() 1761 getfrag(from, data + transhdrlen, offset, in __ip6_append_data() 1806 if (getfrag(from, skb_put(skb, copy), in __ip6_append_data() 1845 if (getfrag(from, in __ip6_append_data() 1880 int getfrag(void *from, char *to, int offset, int len, in ip6_append_data() 1912 &np->cork, sk_page_frag(sk), getfrag, in ip6_append_data() 2085 int getfrag(void *from, char *to, int offset, in ip6_make_skb() 2116 ¤t->task_frag, getfrag, from, in ip6_make_skb()
|
D | udp.c | 1357 int (*getfrag)(void *, char *, int, int, int, struct sk_buff *); in udpv6_sendmsg() local 1421 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg() 1595 skb = ip6_make_skb(sk, getfrag, msg, ulen, in udpv6_sendmsg() 1623 err = ip6_append_data(sk, getfrag, msg, ulen, sizeof(struct udphdr), in udpv6_sendmsg()
|