Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dudp.h280 int udp_push_pending_frames(struct sock *sk);
/Linux-v6.6/net/ipv4/
Dudp.c980 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
999 EXPORT_SYMBOL(udp_push_pending_frames);
1278 err = udp_push_pending_frames(sk); in udp_sendmsg()
1323 udp_push_pending_frames(sk); in udp_splice_eof()
2766 udp_push_pending_frames); in udp_setsockopt()
/Linux-v6.6/net/ipv6/
Dudp.c1303 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()