Home
last modified time | relevance | path

Searched refs:ip_generic_getfrag (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/
Dip.h131 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/linux-4.1.27/net/l2tp/
Dl2tp_ip6.c624 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/linux-4.1.27/net/ipv4/
Dip_output.c758 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
773 EXPORT_SYMBOL(ip_generic_getfrag);
Draw.c480 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c911 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/linux-4.1.27/net/ipv6/
Draw.c729 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1177 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()