Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dudplite.h21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag() function
/openbmc/linux/net/ipv6/
H A Dudp.c1413 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()
/openbmc/linux/net/ipv4/
H A Dudp.c1090 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()