Searched refs:nlm_tcpport (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvc.c52 static int nlm_udpport, nlm_tcpport; variable
216 * If nlm_udpport or nlm_tcpport were set as module
228 if (err >= 0 && (proto == IPPROTO_TCP || nlm_tcpport))
230 err = svc_makesock(serv, IPPROTO_TCP, nlm_tcpport,
383 .procname = "nlm_tcpport",
384 .data = &nlm_tcpport,
493 module_param_call(nlm_tcpport, param_set_port, param_get_int,
494 &nlm_tcpport, 0644);

Completed in 38 milliseconds