Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip.h177 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/Linux-v4.19/net/l2tp/
Dl2tp_ip6.c636 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/Linux-v4.19/net/ipv4/
Dip_output.c831 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
846 EXPORT_SYMBOL(ip_generic_getfrag);
Draw.c500 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c934 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/Linux-v4.19/net/ipv6/
Draw.c764 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1216 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()