Home
last modified time | relevance | path

Searched refs:ICSK_CA_PRIV_SIZE (Results 1 – 10 of 10) sorted by relevance

/linux/net/ipv4/
H A Dtcp_highspeed.c172 BUILD_BUG_ON(sizeof(struct hstcp) > ICSK_CA_PRIV_SIZE); in hstcp_register()
H A Dtcp_hybla.c180 BUILD_BUG_ON(sizeof(struct hybla) > ICSK_CA_PRIV_SIZE); in hybla_register()
H A Dtcp_bic.c215 BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); in bictcp_register()
H A Dtcp_lp.c343 BUILD_BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE);
H A Dtcp_westwood.c295 BUILD_BUG_ON(sizeof(struct westwood) > ICSK_CA_PRIV_SIZE); in tcp_westwood_register()
H A Dtcp_illinois.c345 BUILD_BUG_ON(sizeof(struct illinois) > ICSK_CA_PRIV_SIZE); in tcp_illinois_register()
H A Dtcp_htcp.c302 BUILD_BUG_ON(sizeof(struct htcp) > ICSK_CA_PRIV_SIZE); in htcp_register()
H A Dtcp_nv.c485 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE); in tcpnv_register()
H A Dtcp_cdg.c414 BUILD_BUG_ON(sizeof(struct cdg) > ICSK_CA_PRIV_SIZE); in tcp_cdg_register()
/linux/include/net/
H A Dinet_connection_sock.h142 #define ICSK_CA_PRIV_SIZE sizeof_field(struct inet_connection_sock, icsk_ca_priv) macro