Home
last modified time | relevance | path

Searched refs:tcp_has_tx_tstamp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1485 static bool tcp_has_tx_tstamp(const struct sk_buff *skb) in tcp_has_tx_tstamp() function
1495 if (unlikely(tcp_has_tx_tstamp(skb)) && in tcp_fragment_tstamp()
2310 if (unlikely(TCP_SKB_CB(skb)->eor) || tcp_has_tx_tstamp(skb)) in tcp_can_coalesce_send_queue_head()
3038 if (unlikely(tcp_has_tx_tstamp(next_skb))) { in tcp_skb_collapse_tstamp()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1497 static bool tcp_has_tx_tstamp(const struct sk_buff *skb) in tcp_has_tx_tstamp() function
1507 if (unlikely(tcp_has_tx_tstamp(skb)) && in tcp_fragment_tstamp()
2316 tcp_has_tx_tstamp(skb) || in tcp_can_coalesce_send_queue_head()
3140 if (unlikely(tcp_has_tx_tstamp(next_skb))) { in tcp_skb_collapse_tstamp()

Completed in 12 milliseconds