Searched refs:nlm_udpport (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svc.c | 73 static int nlm_udpport, nlm_tcpport; variable 177 err = create_lockd_listener(serv, "udp", net, family, nlm_udpport, in create_lockd_family() 446 .procname = "nlm_udpport", 447 .data = &nlm_udpport, 545 module_param_call(nlm_udpport, param_set_port, param_get_int, 546 &nlm_udpport, 0644);
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svc.c | 72 static int nlm_udpport, nlm_tcpport; variable 210 err = create_lockd_listener(serv, "udp", net, family, nlm_udpport, in create_lockd_family() 565 .procname = "nlm_udpport", 566 .data = &nlm_udpport, 680 module_param_call(nlm_udpport, param_set_port, param_get_int, 681 &nlm_udpport, 0644);
|
Completed in 3 milliseconds