Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dudp.h281 void udp_flush_pending_frames(struct sock *sk);
/openbmc/linux/net/ipv4/
H A Dudp.c823 void udp_flush_pending_frames(struct sock *sk) in udp_flush_pending_frames() function
833 EXPORT_SYMBOL(udp_flush_pending_frames);
1300 udp_flush_pending_frames(sk); in udp_sendmsg()
2639 udp_flush_pending_frames(sk); in udp_destroy_sock()
/openbmc/linux/net/ipv6/
H A Dudp.c1148 udp_flush_pending_frames(sk); in udp_v6_flush_pending_frames()