Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c972 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
991 EXPORT_SYMBOL(udp_push_pending_frames);
1276 err = udp_push_pending_frames(sk); in udp_sendmsg()
1356 ret = udp_push_pending_frames(sk); in udp_sendpage()
2726 udp_push_pending_frames); in udp_setsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h293 int udp_push_pending_frames(struct sock *sk);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1256 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()