Searched refs:tcp_sendmsg_locked (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | snmp.rst | 14 …MIB_TCPAUTOCORKING write_mostly tcp_push,tcp_sendmsg_locked
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 237 ret = tcp_sendmsg_locked(sk, &msghdr, size); in espintcp_sendskmsg_locked()
|
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 122 ret = tcp_sendmsg_locked(sk, &msghdr, size); in tcp_bpf_push()
|
| H A D | tcp.c | 1077 int tcp_sendmsg_locked(struct sock *sk, struct msghdr *msg, size_t size) in tcp_sendmsg_locked() function 1405 EXPORT_SYMBOL_GPL(tcp_sendmsg_locked); 1412 ret = tcp_sendmsg_locked(sk, msg, size); in tcp_sendmsg()
|
| /linux/include/trace/events/ |
| H A D | tcp.h | 335 TRACE_EVENT(tcp_sendmsg_locked,
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 347 rv = tcp_sendmsg_locked(sk, &msg, bytes); in siw_tcp_sendpages()
|
| /linux/net/tls/ |
| H A D | tls_main.c | 197 ret = tcp_sendmsg_locked(sk, &msg, size); in tls_push_sg()
|
| /linux/include/net/ |
| H A D | tcp.h | 361 int tcp_sendmsg_locked(struct sock *sk, struct msghdr *msg, size_t size);
|