Home
last modified time | relevance | path

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

/Linux-v5.10/net/l2tp/
Dl2tp_ip6.c633 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/Linux-v5.10/include/net/
Dip.h218 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/Linux-v5.10/net/ipv4/
Dip_output.c931 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
946 EXPORT_SYMBOL(ip_generic_getfrag);
Draw.c496 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c1053 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/Linux-v5.10/net/ipv6/
Draw.c763 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1357 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()