Home
last modified time | relevance | path

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

/Linux-v6.1/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);
1023 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
Draw.c468 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c1076 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/Linux-v6.1/net/l2tp/
Dl2tp_ip6.c636 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/Linux-v6.1/include/net/
Dip.h221 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/Linux-v6.1/net/ipv6/
Draw.c729 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1402 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()
Dip6_output.c1552 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data()