Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dudp.c983 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
1002 EXPORT_SYMBOL(udp_push_pending_frames);
1286 err = udp_push_pending_frames(sk); in udp_sendmsg()
1366 ret = udp_push_pending_frames(sk); in udp_sendpage()
2771 udp_push_pending_frames); in udp_setsockopt()
/Linux-v5.15/include/net/
Dudp.h295 int udp_push_pending_frames(struct sock *sk);
/Linux-v5.15/net/ipv6/
Dudp.c1271 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()