Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dudp.h294 void udp_flush_pending_frames(struct sock *sk);
/kernel/linux/linux-5.10/net/ipv4/
Dudp.c794 void udp_flush_pending_frames(struct sock *sk) in udp_flush_pending_frames() function
804 EXPORT_SYMBOL(udp_flush_pending_frames);
1272 udp_flush_pending_frames(sk); in udp_sendmsg()
1348 udp_flush_pending_frames(sk); in udp_sendpage()
2581 udp_flush_pending_frames(sk); in udp_destroy_sock()
/kernel/linux/linux-5.10/net/ipv6/
Dudp.c1084 udp_flush_pending_frames(sk); in udp_v6_flush_pending_frames()