Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dudp.h293 int udp_push_pending_frames(struct sock *sk);
/kernel/linux/linux-5.10/net/ipv4/
Dudp.c971 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
990 EXPORT_SYMBOL(udp_push_pending_frames);
1274 err = udp_push_pending_frames(sk); in udp_sendmsg()
1354 ret = udp_push_pending_frames(sk); in udp_sendpage()
2723 udp_push_pending_frames); in udp_setsockopt()
/kernel/linux/linux-5.10/net/ipv6/
Dudp.c1256 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()