Home
last modified time | relevance | path

Searched refs:udplite_getfrag (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dudplite.h20 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1358 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c1062 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()