Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp_highspeed.c172 BUILD_BUG_ON(sizeof(struct hstcp) > ICSK_CA_PRIV_SIZE); in hstcp_register()
Dtcp_hybla.c180 BUILD_BUG_ON(sizeof(struct hybla) > ICSK_CA_PRIV_SIZE); in hybla_register()
Dtcp_veno.c223 BUILD_BUG_ON(sizeof(struct veno) > ICSK_CA_PRIV_SIZE); in tcp_veno_register()
Dtcp_yeah.c224 BUILD_BUG_ON(sizeof(struct yeah) > ICSK_CA_PRIV_SIZE); in tcp_yeah_register()
Dtcp_vegas.c325 BUILD_BUG_ON(sizeof(struct vegas) > ICSK_CA_PRIV_SIZE); in tcp_vegas_register()
Dtcp_bic.c215 BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); in bictcp_register()
Dtcp_dctcp.c264 BUILD_BUG_ON(sizeof(struct dctcp) > ICSK_CA_PRIV_SIZE); in dctcp_register()
Dtcp_lp.c340 BUILD_BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE); in tcp_lp_register()
Dtcp_westwood.c295 BUILD_BUG_ON(sizeof(struct westwood) > ICSK_CA_PRIV_SIZE); in tcp_westwood_register()
Dtcp_illinois.c345 BUILD_BUG_ON(sizeof(struct illinois) > ICSK_CA_PRIV_SIZE); in tcp_illinois_register()
Dtcp_htcp.c302 BUILD_BUG_ON(sizeof(struct htcp) > ICSK_CA_PRIV_SIZE); in htcp_register()
Dtcp_nv.c485 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE); in tcpnv_register()
Dtcp_cdg.c412 BUILD_BUG_ON(sizeof(struct cdg) > ICSK_CA_PRIV_SIZE); in tcp_cdg_register()
Dtcp_cubic.c510 BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); in cubictcp_register()
Dtcp_bbr.c1181 BUILD_BUG_ON(sizeof(struct bbr) > ICSK_CA_PRIV_SIZE); in bbr_register()
/linux-5.19.10/include/net/
Dinet_connection_sock.h136 #define ICSK_CA_PRIV_SIZE sizeof_field(struct inet_connection_sock, icsk_ca_priv) macro