Lines Matching defs:new

119  * Since it is always 1-1 between chunk and skb, and also a new skb is always
395 pr_debug("%s: sk:%p, new addr:%pISc, port:%d, new port:%d, len:%d\n",
410 pr_debug("%s: new port %d doesn't match existing port "
626 /* Add the new addresses to the bind address list with
972 * socket is associated with so that no new association accepted will be
1276 * the association id of the new association. On failure, sctp_connectx()
1950 bool new = false;
2009 new = true;
2031 if (err < 0 && err != -ESRCH && new)
3136 * Returns an error if the new association retransmission value is
4798 * sd: the socket descriptor to have a new association added to.
4845 * association from the accept queue of the endpoint. A new socket
5622 /* Helper routine to branch off an association to a new socket. */
5643 /* Create a new socket. */
5725 /* Return the fd mapped to the new socket. */
5760 /* Return the fd mapped to the new socket. */
6599 * Returns an error if the new association retransmission value is
7267 /* Mark beginning of a new observation period */
8454 /* If there was a hash table miss, create a new port. */
8542 * call that allows new associations to be accepted, the system
8569 * By default, new associations are not accepted for UDP style sockets.
8571 * accept new associations.
8832 * initializing new SCTP associations with sendmsg().
9528 * new socket.
9541 /* Hook this new socket in to the bind_hash list. */
9551 /* Copy the bind_addr list from the original endpoint to the new
9561 * new ep's auth_hmacs couldn't be set in sctp_endpoint_init().
9572 * peeled off association to the new socket's receive queue.
9586 * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby.
9601 * need moved to the new socket.
9628 /* Mark the new socket "in-use" by the user so that any packets
9631 * backlog processing on the old socket and new-packet processing
9632 * on the new socket.