Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A 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);
1023 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
A Draw.c471 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
A Dudp.c1083 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/linux-6.3-rc2/net/l2tp/
A Dl2tp_ip6.c634 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/linux-6.3-rc2/include/net/
A Dip.h221 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/linux-6.3-rc2/net/ipv6/
A Draw.c735 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
A Dudp.c1410 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()
A Dip6_output.c1565 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data()

Completed in 25 milliseconds