/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 134 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 D | j1939-priv.h | 161 u32 tskey; member 261 u32 tskey; member
|
H A D | main.c | 72 skcb->tskey = iskcb->tskey; in j1939_can_recv()
|
H A D | transport.c | 546 session->tskey == skcb->tskey && session->sk == skb->sk) in j1939_session_get_simple() 1653 session->tskey = priv->rx_tskey++; in j1939_xtp_rx_rts_session_new() 2037 skcb->tskey = atomic_inc_return(&session->sk->sk_tskey) - 1; in j1939_tp_send() 2038 session->tskey = skcb->tskey; in j1939_tp_send()
|
H A D | socket.c | 1074 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 D | ip_output.c | 978 u32 tskey = 0; in __ip_append_data() local 1055 tskey = cork->ts_opt_id; in __ip_append_data() 1057 tskey = atomic_inc_return(&sk->sk_tskey) - 1; in __ip_append_data() 1189 skb_shinfo(skb)->tskey = tskey; in __ip_append_data() 1190 tskey = 0; in __ip_append_data()
|
H A D | tcp_offload.c | 22 skb_shinfo(skb)->tskey = ts_seq; in tcp_gso_tstamp() 197 tcp_gso_tstamp(segs, skb_shinfo(gso_skb)->tskey, seq, mss); in tcp_gso_segment()
|
H A D | udp_offload.c | 345 skb_shinfo(seg)->tskey = skb_shinfo(gso_skb)->tskey; in __udp_gso_segment()
|
H A D | tcp_output.c | 1565 !before(shinfo->tskey, TCP_SKB_CB(skb2)->seq)) { in tcp_fragment_tstamp() 1571 swap(shinfo->tskey, shinfo2->tskey); in tcp_fragment_tstamp() 3211 shinfo->tskey = next_shinfo->tskey; in tcp_skb_collapse_tstamp()
|
H A D | tcp_input.c | 3328 if (!before(shinfo->tskey, prior_snd_una) && in tcp_ack_tstamp() 3329 before(shinfo->tskey, tcp_sk(sk)->snd_una)) { in tcp_ack_tstamp()
|
H A D | tcp.c | 493 shinfo->tskey = TCP_SKB_CB(skb)->seq + skb->len - 1; in tcp_tx_timestamp()
|
/linux/net/ipv6/ |
H A D | ip6_output.c | 1437 u32 tskey = 0; in __ip6_append_data() local 1552 tskey = cork->ts_opt_id; in __ip6_append_data() 1554 tskey = atomic_inc_return(&sk->sk_tskey) - 1; in __ip6_append_data() 1718 skb_shinfo(skb)->tskey = tskey; in __ip6_append_data() 1719 tskey = 0; in __ip6_append_data()
|
/linux/include/net/ |
H A D | sock.h | 2693 __u8 *tx_flags, __u32 *tskey) in _sock_tx_timestamp() argument 2699 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp() 2702 *tskey = sockc->ts_opt_id; in _sock_tx_timestamp() 2704 *tskey = atomic_inc_return(&sk->sk_tskey) - 1; in _sock_tx_timestamp() 2722 &skb_shinfo(skb)->tskey); in skb_setup_tx_timestamp()
|
/linux/drivers/net/arcnet/ |
H A D | arcnet.c | 458 serr->ee.ee_data = skb_shinfo(skb)->tskey; in arcnet_reply_work()
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 2195 skb_shinfo(new_skb)->tskey = skb_shinfo(skb)->tskey; in dpaa_a050385_wa_skb()
|
/linux/net/core/ |
H A D | skbuff.c | 5494 serr->ee.ee_data = skb_shinfo(skb)->tskey; in __skb_complete_tx_timestamp() 5587 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx()
|
/linux/Documentation/networking/ |
H A D | timestamping.rst | 383 relevant sequence number in skb_shinfo(skb)->tskey. Because an skbuff
|
/linux/include/linux/ |
H A D | skbuff.h | 605 u32 tskey; member
|