Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_common.h35 int inet_send_prepare(struct sock *sk);
/linux/net/ipv4/
H A Daf_inet.c839 int inet_send_prepare(struct sock *sk) in inet_send_prepare() function
850 EXPORT_SYMBOL_GPL(inet_send_prepare);
856 if (unlikely(inet_send_prepare(sk))) in inet_sendmsg()
869 if (unlikely(inet_send_prepare(sk))) in inet_splice_eof()
/linux/net/ipv6/
H A Daf_inet6.c654 if (unlikely(inet_send_prepare(sk))) in inet6_sendmsg()