Home
last modified time | relevance | path

Searched refs:t_new (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/net/sctp/
Dbind_addr.c172 addr = t_new(struct sctp_sockaddr_entry, gfp); in sctp_add_bind_addr()
Dendpointola.c197 ep = t_new(struct sctp_endpoint, gfp); in sctp_endpoint_new()
Dtransport.c114 transport = t_new(struct sctp_transport, gfp); in sctp_transport_new()
Dipv6.c383 addr = t_new(struct sctp_sockaddr_entry, GFP_ATOMIC); in sctp_v6_copy_addrlist()
Dprotocol.c187 addr = t_new(struct sctp_sockaddr_entry, GFP_ATOMIC); in sctp_v4_copy_addrlist()
Dassociola.c360 asoc = t_new(struct sctp_association, gfp); in sctp_association_new()
/linux-3.4.99/include/net/sctp/
Dsctp.h563 #define t_new(type, flags) (type *)kzalloc(sizeof(type), flags) macro