Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp.c692 struct tcp_splice_state *tss = rd_desc->arg.data; in tcp_splice_data_recv() local
695 ret = skb_splice_bits(skb, offset, tss->pipe, min(rd_desc->count, len), in tcp_splice_data_recv()
696 tss->flags); in tcp_splice_data_recv()
702 static int __tcp_splice_read(struct sock *sk, struct tcp_splice_state *tss) in __tcp_splice_read() argument
706 .arg.data = tss, in __tcp_splice_read()
707 .count = tss->len, in __tcp_splice_read()
730 struct tcp_splice_state tss = { in tcp_splice_read() local
751 while (tss.len) { in tcp_splice_read()
752 ret = __tcp_splice_read(sk, &tss); in tcp_splice_read()
792 tss.len -= ret; in tcp_splice_read()
/net/
Dsocket.c723 struct scm_timestamping tss; in __sock_recv_timestamp() local
747 memset(&tss, 0, sizeof(tss)); in __sock_recv_timestamp()
749 ktime_to_timespec_cond(skb->tstamp, tss.ts + 0)) in __sock_recv_timestamp()
753 ktime_to_timespec_cond(shhwtstamps->hwtstamp, tss.ts + 2)) in __sock_recv_timestamp()
757 SCM_TIMESTAMPING, sizeof(tss), &tss); in __sock_recv_timestamp()