Searched refs:tcp_calloc (Results 1 – 2 of 2) sorted by relevance
40 #define tcp_calloc(_nmemb, _size) \ macro45 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) macro
4031 tcp_calloc(1, sizeof(struct net_context)); in tcp_input()4153 struct net_context *context = tcp_calloc(1, in tp_input()