Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c150 static struct tcphdr *th_get(struct net_pkt *pkt) in th_get() function
192 th = th_get(pkt); in tcp_endpoint_set()
216 th = th_get(pkt); in tcp_endpoint_set()
326 struct tcphdr *th = th_get(pkt); in tcp_data_len()
339 struct tcphdr *th = th_get(pkt); in tcp_th()
925 uint8_t fl = th_get(pkt)->th_flags; in tcp_send_process_no_lock()
1245 struct tcphdr *th = th_get(pkt); in tcp_check_pending_data()
1466 struct tcphdr *th_pkt = th_get(pkt); in net_tcp_reply_rst()
2258 th = th_get(pkt); in tcp_recv()
2804 struct tcphdr *th = pkt ? th_get(pkt) : NULL; in tcp_in()
[all …]