Home
last modified time | relevance | path

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

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