Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dip_output.c934 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
949 EXPORT_SYMBOL(ip_generic_getfrag);
1011 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
1042 getfrag == ip_generic_getfrag) in __ip_append_data()
H A Draw.c472 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
H A Dudp.c1090 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c631 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/openbmc/linux/include/net/
H A Dip.h224 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/openbmc/linux/net/ipv6/
H A Dip6_output.c1578 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data()
1609 getfrag == ip_generic_getfrag) in __ip6_append_data()
H A Draw.c731 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
H A Dudp.c1413 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()