Searched refs:tp_new (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tp.h | 97 struct tp_new { struct 104 JSON_OBJ_DESCR_PRIM(struct tp_new, msg, JSON_TOK_STRING), argument 105 JSON_OBJ_DESCR_OBJ_ARRAY(struct tp_new, data, 10, num_entries, 155 struct tp_new *json_to_tp_new(void *data, size_t data_len); 157 void tp_new_to_json(struct tp_new *tp, void *data, size_t *data_len); 158 void tp_new_find_and_apply(struct tp_new *tp, const char *key, void *value,
|
D | tp.c | 478 void tp_new_find_and_apply(struct tp_new *tp, const char *key, void *value, in tp_new_find_and_apply() 534 struct tp_new *json_to_tp_new(void *data, size_t data_len) in json_to_tp_new() 536 static struct tp_new tp; in json_to_tp_new() 569 void tp_new_to_json(struct tp_new *tp, void *data, size_t *data_len) in tp_new_to_json() 588 struct tp_new tp = { in tp_out()
|
D | tcp.c | 4224 struct tp_new *tp_new; in tp_input() local 4252 tp_new = json_to_tp_new(buf, data_len); in tp_input() 4326 tp_new_find_and_apply(tp_new, "tcp_rto", &tcp_rto, TP_INT); in tp_input() 4327 tp_new_find_and_apply(tp_new, "tcp_retries", &tcp_retries, in tp_input() 4329 tp_new_find_and_apply(tp_new, "tcp_window", &tcp_rx_window, in tp_input() 4331 tp_new_find_and_apply(tp_new, "tp_trace", &tp_trace, TP_BOOL); in tp_input()
|