Searched refs:ICSK_CA_PRIV_SIZE (Results 1 – 10 of 10) sorted by relevance
172 BUILD_BUG_ON(sizeof(struct hstcp) > ICSK_CA_PRIV_SIZE); in hstcp_register()
180 BUILD_BUG_ON(sizeof(struct hybla) > ICSK_CA_PRIV_SIZE); in hybla_register()
215 BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); in bictcp_register()
343 BUILD_BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE);
295 BUILD_BUG_ON(sizeof(struct westwood) > ICSK_CA_PRIV_SIZE); in tcp_westwood_register()
345 BUILD_BUG_ON(sizeof(struct illinois) > ICSK_CA_PRIV_SIZE); in tcp_illinois_register()
302 BUILD_BUG_ON(sizeof(struct htcp) > ICSK_CA_PRIV_SIZE); in htcp_register()
485 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE); in tcpnv_register()
414 BUILD_BUG_ON(sizeof(struct cdg) > ICSK_CA_PRIV_SIZE); in tcp_cdg_register()
142 #define ICSK_CA_PRIV_SIZE sizeof_field(struct inet_connection_sock, icsk_ca_priv) macro