Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dinet_common.h36 int inet_send_prepare(struct sock *sk);
/linux-6.15/net/ipv4/
H A Daf_inet.c831 int inet_send_prepare(struct sock *sk) in inet_send_prepare() function
842 EXPORT_SYMBOL_GPL(inet_send_prepare);
848 if (unlikely(inet_send_prepare(sk))) in inet_sendmsg()
861 if (unlikely(inet_send_prepare(sk))) in inet_splice_eof()
/linux-6.15/net/ipv6/
H A Daf_inet6.c654 if (unlikely(inet_send_prepare(sk))) in inet6_sendmsg()