Lines Matching refs:port
57 * @privport: Whether a privileged port may be used
58 * @port: The port to use
85 u16 port;
117 * @port: port of connection
124 short port;
143 {Opt_port, "port=%u"},
155 if (rdma->port != P9_PORT)
156 seq_printf(m, ",port=%u", rdma->port);
182 opts->port = P9_PORT;
215 opts->port = option;
580 rdma->port = opts->port;
618 int port, err = -EINVAL;
620 for (port = P9_DEF_MAX_RESVPORT; port >= P9_DEF_MIN_RESVPORT; port--) {
621 cl.sin_port = htons((ushort)port);
666 /* Bind to a privileged port if we need to */
679 rdma->addr.sin_port = htons(opts.port);