Lines Matching refs:port
54 * @privport: Whether a privileged port may be used
55 * @port: The port to use
82 u16 port;
115 * @port: port of connection
116 * @privport: Whether a privileged port may be used
123 short port;
142 {Opt_port, "port=%u"},
154 if (rdma->port != P9_PORT)
155 seq_printf(m, ",port=%u", rdma->port);
181 opts->port = P9_PORT;
214 opts->port = option;
579 rdma->port = opts->port;
617 int port, err = -EINVAL;
619 for (port = P9_DEF_MAX_RESVPORT; port >= P9_DEF_MIN_RESVPORT; port--) {
620 cl.sin_port = htons((ushort)port);
665 /* Bind to a privileged port if we need to */
678 rdma->addr.sin_port = htons(opts.port);