Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip6.c634 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_output.c939 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
954 EXPORT_SYMBOL(ip_generic_getfrag);
H A Draw.c496 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
H A Dudp.c1062 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h221 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Draw.c763 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
H A Dudp.c1358 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()