Lines Matching defs:port_id
127 nl_port_lookup(uint32_t port_id)
132 if (nlp->nl_port == port_id)
403 nl_assign_port(struct nlpcb *nlp, uint32_t port_id)
407 .nl_pid = port_id,
418 NL_LOG(LOG_DEBUG3, "socket %p, port assign: %d, error: %d", nlp->nl_socket, port_id, error);
431 uint32_t port_id = candidate_id;
437 NL_LOG(LOG_DEBUG3, "socket %p, trying to assign port %d", nlp->nl_socket, port_id);
439 exist = nl_port_lookup(port_id) != 0;
442 error = nl_assign_port(nlp, port_id);
446 port_id++;
448 NL_LOG(LOG_DEBUG3, "socket %p, autobind to %d, error: %d", nlp->nl_socket, port_id, error);