Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dudp.h280 int udp_push_pending_frames(struct sock *sk);
/openbmc/linux/net/ipv4/
H A Dudp.c1001 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
1020 EXPORT_SYMBOL(udp_push_pending_frames);
1302 err = udp_push_pending_frames(sk); in udp_sendmsg()
1347 udp_push_pending_frames(sk); in udp_splice_eof()
2791 udp_push_pending_frames); in udp_setsockopt()
/openbmc/linux/net/ipv6/
H A Dudp.c1316 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()