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()
1544 sctp_scope_t scope, gfp_t gfp) in sctp_assoc_set_bind_addr_from_ep() argument
1560 scope, gfp, flags); in sctp_assoc_set_bind_addr_from_ep()
1566 gfp_t gfp) in sctp_assoc_set_bind_addr_from_cookie() argument
1573 asoc->ep->base.bind_addr.port, gfp); in sctp_assoc_set_bind_addr_from_cookie()
1591 int sctp_assoc_set_id(struct sctp_association *asoc, gfp_t gfp) in sctp_assoc_set_id() argument
1593 bool preload = gfpflags_allow_blocking(gfp); in sctp_assoc_set_id()
1601 idr_preload(gfp); in sctp_assoc_set_id()