Searched refs:nagle (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_modparams.c | 88 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()
|
D | socklnd_lib-linux.c | 426 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()
|
D | socklnd.h | 581 int *rxmem, int *nagle);
|
D | socklnd.c | 2155 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/ |
D | xfrm_sync.txt | 20 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
|