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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dbind_addr.c174 addr = t_new(struct sctp_sockaddr_entry, gfp);
H A Dendpointola.c197 ep = t_new(struct sctp_endpoint, gfp);
H A Dtransport.c112 transport = t_new(struct sctp_transport, gfp);
H A Dipv6.c364 addr = t_new(struct sctp_sockaddr_entry, GFP_ATOMIC);
H A Dprotocol.c185 addr = t_new(struct sctp_sockaddr_entry, GFP_ATOMIC);
H A Dassociola.c354 asoc = t_new(struct sctp_association, gfp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h550 #define t_new(type, flags) (type *)kzalloc(sizeof(type), flags) macro

Completed in 175 milliseconds