Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_common.h36 int inet_send_prepare(struct sock *sk);
/openbmc/linux/net/ipv4/
H A Daf_inet.c830 int inet_send_prepare(struct sock *sk) in inet_send_prepare() function
841 EXPORT_SYMBOL_GPL(inet_send_prepare);
847 if (unlikely(inet_send_prepare(sk))) in inet_sendmsg()
860 if (unlikely(inet_send_prepare(sk))) in inet_splice_eof()
/openbmc/linux/net/ipv6/
H A Daf_inet6.c652 if (unlikely(inet_send_prepare(sk))) in inet6_sendmsg()