Lines Matching refs:gfp
70 gfp_t gfp) in sctp_association_init() argument
266 err = sctp_auth_asoc_copy_shkeys(ep, asoc, gfp); in sctp_association_init()
298 gfp_t gfp) in sctp_association_new() argument
302 asoc = kzalloc(sizeof(*asoc), gfp); in sctp_association_new()
306 if (!sctp_association_init(asoc, ep, sk, scope, gfp)) in sctp_association_new()
576 const gfp_t gfp, in sctp_assoc_add_peer() argument
609 peer = sctp_transport_new(net, addr, gfp); in sctp_assoc_add_peer()
1542 sctp_scope_t scope, gfp_t gfp) in sctp_assoc_set_bind_addr_from_ep() argument
1558 scope, gfp, flags); in sctp_assoc_set_bind_addr_from_ep()
1564 gfp_t gfp) in sctp_assoc_set_bind_addr_from_cookie() argument
1571 asoc->ep->base.bind_addr.port, gfp); in sctp_assoc_set_bind_addr_from_cookie()
1589 int sctp_assoc_set_id(struct sctp_association *asoc, gfp_t gfp) in sctp_assoc_set_id() argument
1591 bool preload = !!(gfp & __GFP_WAIT); in sctp_assoc_set_id()
1599 idr_preload(gfp); in sctp_assoc_set_id()