Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/ip/
Dtcp.c149 static struct tcphdr *th_get(struct net_pkt *pkt) in th_get() function
191 th = th_get(pkt); in tcp_endpoint_set()
215 th = th_get(pkt); in tcp_endpoint_set()
325 struct tcphdr *th = th_get(pkt); in tcp_data_len()
338 struct tcphdr *th = th_get(pkt); in tcp_th()
931 uint8_t fl = th_get(pkt)->th_flags; in tcp_send_process_no_lock()
1251 struct tcphdr *th = th_get(pkt); in tcp_check_pending_data()
1472 struct tcphdr *th_pkt = th_get(pkt); in net_tcp_reply_rst()
2264 th = th_get(pkt); in tcp_recv()
2810 struct tcphdr *th = pkt ? th_get(pkt) : NULL; in tcp_in()
[all …]