Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dudp.h406 int udp_push_pending_frames(struct sock *sk);
/linux-6.15/net/ipv4/
H A Dudp.c1212 int udp_push_pending_frames(struct sock *sk) in udp_push_pending_frames() function
1231 EXPORT_IPV6_MOD(udp_push_pending_frames);
1515 err = udp_push_pending_frames(sk); in udp_sendmsg()
1560 udp_push_pending_frames(sk); in udp_splice_eof()
3057 udp_push_pending_frames); in udp_setsockopt()
/linux-6.15/net/ipv6/
H A Dudp.c1460 return udp_push_pending_frames(sk); in udp_v6_push_pending_frames()