Lines Matching refs:VNET_DEFINE
136 VNET_DEFINE(int, tcp_mssdflt) = TCP_MSS;
138 VNET_DEFINE(int, tcp_v6mssdflt) = TCP6_MSS;
141 VNET_DEFINE(uint32_t, tcp_ack_war_time_window) = 1000;
145 VNET_DEFINE(uint32_t, tcp_ack_war_cnt) = 5;
204 VNET_DEFINE(int, tcp_minmss) = TCP_MINMSS;
209 VNET_DEFINE(int, tcp_do_rfc1323) = 1;
221 VNET_DEFINE(int, tcp_tolerate_missing_ts) = 1;
226 VNET_DEFINE(int, tcp_ts_offset_per_conn) = 1;
298 VNET_DEFINE(uma_zone_t, sack_hole_zone);
300 VNET_DEFINE(uint32_t, tcp_map_entries_limit) = 0; /* unlimited */
324 VNET_DEFINE(uint32_t, tcp_map_split_limit) = 0; /* unlimited */
330 VNET_DEFINE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST+1]);
748 VNET_DEFINE(int, tcp_udp_tunneling_port) = TCP_TUNNELING_PORT_DEFAULT;
751 VNET_DEFINE(struct socket *, udp4_tun_socket) = NULL;
755 VNET_DEFINE(struct socket *, udp6_tun_socket) = NULL;
905 VNET_DEFINE(int, tcp_udp_tunneling_overhead) = TCP_TUNNELING_OVERHEAD_DEFAULT;