Lines Matching refs:VNET_DECLARE

711 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]);
824 VNET_DECLARE(int, tcp_log_in_vain);
831 VNET_DECLARE(int, drop_synfin);
832 VNET_DECLARE(int, path_mtu_discovery);
833 VNET_DECLARE(int, tcp_abc_l_var);
834 VNET_DECLARE(int, tcp_autorcvbuf_max);
835 VNET_DECLARE(int, tcp_autosndbuf_inc);
836 VNET_DECLARE(int, tcp_autosndbuf_max);
837 VNET_DECLARE(int, tcp_delack_enabled);
838 VNET_DECLARE(int, tcp_do_autorcvbuf);
839 VNET_DECLARE(int, tcp_do_autosndbuf);
840 VNET_DECLARE(int, tcp_do_ecn);
841 VNET_DECLARE(int, tcp_do_newcwv);
842 VNET_DECLARE(int, tcp_do_rfc1323);
843 VNET_DECLARE(int, tcp_tolerate_missing_ts);
844 VNET_DECLARE(int, tcp_do_rfc3042);
845 VNET_DECLARE(int, tcp_do_rfc3390);
846 VNET_DECLARE(int, tcp_do_rfc3465);
847 VNET_DECLARE(int, tcp_do_rfc6675_pipe);
848 VNET_DECLARE(int, tcp_do_sack);
849 VNET_DECLARE(int, tcp_do_tso);
850 VNET_DECLARE(int, tcp_ecn_maxretries);
851 VNET_DECLARE(int, tcp_initcwnd_segments);
852 VNET_DECLARE(int, tcp_insecure_rst);
853 VNET_DECLARE(int, tcp_insecure_syn);
854 VNET_DECLARE(uint32_t, tcp_map_entries_limit);
855 VNET_DECLARE(uint32_t, tcp_map_split_limit);
856 VNET_DECLARE(int, tcp_minmss);
857 VNET_DECLARE(int, tcp_mssdflt);
859 VNET_DECLARE(int, tcp_perconn_stats_dflt_tpl);
860 VNET_DECLARE(int, tcp_perconn_stats_enable);
862 VNET_DECLARE(int, tcp_recvspace);
863 VNET_DECLARE(int, tcp_sack_globalholes);
864 VNET_DECLARE(int, tcp_sack_globalmaxholes);
865 VNET_DECLARE(int, tcp_sack_maxholes);
866 VNET_DECLARE(int, tcp_sc_rst_sock_fail);
867 VNET_DECLARE(int, tcp_sendspace);
868 VNET_DECLARE(struct inpcbhead, tcb);
869 VNET_DECLARE(struct inpcbinfo, tcbinfo);
917 VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST + 1]);