Home
last modified time | relevance | path

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

/net/sctp/
Dassociola.c1075 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local
1092 assoc->ep = newsp->ep; in sctp_assoc_migrate()
1100 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
Dsocket.c9528 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local
9530 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate()
9547 newsp->ep = newep; in sctp_sock_migrate()
9548 newsp->hmac = NULL; in sctp_sock_migrate()
9563 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate()
9573 err = sctp_auth_init_hmacs(newsp->ep, GFP_KERNEL); in sctp_sock_migrate()
9578 sctp_auto_asconf_init(newsp); in sctp_sock_migrate()
9605 queue = &newsp->pd_lobby; in sctp_sock_migrate()
9635 newsp->type = type; in sctp_sock_migrate()