Home
last modified time | relevance | path

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

/Linux-v5.4/net/l2tp/
Dl2tp_ip6.c635 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/Linux-v5.4/include/net/
Dip.h217 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/Linux-v5.4/net/ipv4/
Dip_output.c925 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
940 EXPORT_SYMBOL(ip_generic_getfrag);
Draw.c495 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c996 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/Linux-v5.4/net/ipv6/
Draw.c763 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1297 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()