Home
last modified time | relevance | path

Searched refs:newsp (Results 1 – 2 of 2) sorted by relevance

/net/sctp/
Dassociola.c1062 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local
1079 assoc->ep = newsp->ep; in sctp_assoc_migrate()
1087 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
Dsocket.c7299 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local
7301 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate()
7317 newsp->ep = newep; in sctp_sock_migrate()
7318 newsp->hmac = NULL; in sctp_sock_migrate()
7335 sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate()
7356 skb_queue_head_init(&newsp->pd_lobby); in sctp_sock_migrate()
7364 queue = &newsp->pd_lobby; in sctp_sock_migrate()
7398 newsp->type = type; in sctp_sock_migrate()