Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c134 static void validate_key(int tskey, int tstype) in validate_key() argument
148 if (tskey != saved_tskey + stepsize) { in validate_key()
150 tskey, saved_tskey + stepsize); in validate_key()
154 saved_tskey = tskey; in validate_key()
218 int tskey, int payload_len) in print_timestamp() argument
222 validate_key(tskey, tstype); in print_timestamp()
244 __print_timestamp(tsname, &tss->ts[0], tskey, payload_len); in print_timestamp()
/linux/net/can/j1939/
H A Dj1939-priv.h161 u32 tskey; member
261 u32 tskey; member
H A Dmain.c72 skcb->tskey = iskcb->tskey; in j1939_can_recv()
H A Dtransport.c547 session->tskey == skcb->tskey && session->sk == skb->sk) in j1939_session_get_simple()
1654 session->tskey = priv->rx_tskey++; in j1939_xtp_rx_rts_session_new()
2038 skcb->tskey = atomic_inc_return(&session->sk->sk_tskey) - 1; in j1939_tp_send()
2039 session->tskey = skcb->tskey; in j1939_tp_send()
H A Dsocket.c1074 serr->ee.ee_data = session->tskey; in __j1939_sk_errqueue()
1077 __func__, session, session->tskey, state); in __j1939_sk_errqueue()
/linux/net/ipv4/
H A Dtcp_offload.c20 u32 ts_seq = skb_shinfo(gso_skb)->tskey; in tcp_gso_tstamp()
25 skb_shinfo(skb)->tskey = ts_seq; in tcp_gso_tstamp()
H A Dudp_offload.c349 skb_shinfo(seg)->tskey = skb_shinfo(gso_skb)->tskey; in __udp_gso_segment()
H A Dtcp_output.c1568 !before(shinfo->tskey, TCP_SKB_CB(skb2)->seq)) { in tcp_fragment_tstamp()
1574 swap(shinfo->tskey, shinfo2->tskey); in tcp_fragment_tstamp()
3214 shinfo->tskey = next_shinfo->tskey; in tcp_skb_collapse_tstamp()
H A Dtcp_input.c3334 if (!before(shinfo->tskey, prior_snd_una) && in tcp_ack_tstamp()
3335 before(shinfo->tskey, tcp_sk(sk)->snd_una)) { in tcp_ack_tstamp()
H A Dtcp.c493 shinfo->tskey = TCP_SKB_CB(skb)->seq + skb->len - 1; in tcp_tx_timestamp()
/linux/include/net/
H A Dsock.h2695 __u8 *tx_flags, __u32 *tskey) in _sock_tx_timestamp() argument
2701 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2704 *tskey = sockc->ts_opt_id; in _sock_tx_timestamp()
2706 *tskey = atomic_inc_return(&sk->sk_tskey) - 1; in _sock_tx_timestamp()
2724 &skb_shinfo(skb)->tskey); in skb_setup_tx_timestamp()
/linux/drivers/net/arcnet/
H A Darcnet.c458 serr->ee.ee_data = skb_shinfo(skb)->tskey; in arcnet_reply_work()
/linux/net/core/
H A Dskbuff.c5404 serr->ee.ee_data = skb_shinfo(skb)->tskey; in __skb_complete_tx_timestamp()
5497 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx()