Searched refs:tcp_calloc (Results 1 – 2 of 2) sorted by relevance
42 #define tcp_calloc(_nmemb, _size) \ macro47 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) macro
4136 tcp_calloc(1, sizeof(struct net_context)); in tcp_input()4258 struct net_context *context = tcp_calloc(1, in tp_input()
Completed in 11 milliseconds