Searched refs:nlm_udpport (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
224 if (proto == IPPROTO_UDP || nlm_udpport)
226 err = svc_makesock(serv, IPPROTO_UDP, nlm_udpport,
373 .procname = "nlm_udpport",
374 .data = &nlm_udpport,
491 module_param_call(nlm_udpport, param_set_port, param_get_int,
492 &nlm_udpport, 0644);

Completed in 38 milliseconds