Home
last modified time | relevance | path

Searched refs:nagle (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_modparams.c88 static int nagle; variable
89 module_param(nagle, int, 0644);
90 MODULE_PARM_DESC(nagle, "enable NAGLE?");
161 ksocknal_tunables.ksnd_nagle = &nagle; in ksocknal_tunables_init()
Dsocklnd_lib-linux.c426 ksocknal_lib_get_conn_tunables(ksock_conn_t *conn, int *txmem, int *rxmem, int *nagle) in ksocknal_lib_get_conn_tunables() argument
435 *txmem = *rxmem = *nagle = 0; in ksocknal_lib_get_conn_tunables()
441 len = sizeof(*nagle); in ksocknal_lib_get_conn_tunables()
443 (char *)nagle, &len); in ksocknal_lib_get_conn_tunables()
449 *nagle = !*nagle; in ksocknal_lib_get_conn_tunables()
451 *txmem = *rxmem = *nagle = 0; in ksocknal_lib_get_conn_tunables()
Dsocklnd.h581 int *rxmem, int *nagle);
Dsocklnd.c2155 int nagle; in ksocknal_ctl() local
2161 ksocknal_lib_get_conn_tunables(conn, &txmem, &rxmem, &nagle); in ksocknal_ctl()
2165 data->ioc_flags = nagle; in ksocknal_ctl()
/linux-4.1.27/Documentation/networking/
Dxfrm_sync.txt20 For this reason, we also add a nagle-like algorithm to restrict
95 This is a timer value in milliseconds which is used as the nagle