Home
last modified time | relevance | path

Searched refs:tcp_calloc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp_private.h40 #define tcp_calloc(_nmemb, _size) \ macro
45 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) macro
Dtcp.c4031 tcp_calloc(1, sizeof(struct net_context)); in tcp_input()
4153 struct net_context *context = tcp_calloc(1, in tp_input()