Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/networking/net_cachelines/
Dtcp_sock.rst36 … read_mostly read_mostly tcp_wnd_end,tcp_tso_should_defer(tx);tcp_fast_path_on(rx)
90 …read_mostly read_write tcp_established_options(tx);tcp_fast_path_on,tcp_ack_updat…
/linux-6.12.1/include/net/
Dtcp.h764 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on() function
777 tcp_fast_path_on(tp); in tcp_fast_path_check()
/linux-6.12.1/net/ipv4/
Dtcp_input.c6865 tcp_fast_path_on(tp); in tcp_rcv_state_process()