Searched refs:nlm_tcpport (Results 1 – 1 of 1) sorted by relevance
/fs/lockd/ |
D | svc.c | 64 static int nlm_udpport, nlm_tcpport; variable 206 return create_lockd_listener(serv, "tcp", net, family, nlm_tcpport); in create_lockd_family() 480 .data = &nlm_tcpport, 587 module_param_call(nlm_tcpport, param_set_port, param_get_int, 588 &nlm_tcpport, 0644);
|