Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c231 /* tsk_inc(): increment counter for sent or received data
235 static u16 tsk_inc(struct tipc_sock *tsk, int msglen) in tsk_inc() function
1571 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr)); in __tipc_sendstream()
1613 blocks += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream()
1993 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
2093 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c242 /* tsk_inc(): increment counter for sent or received data
246 static u16 tsk_inc(struct tipc_sock *tsk, int msglen) in tsk_inc() function
1581 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr)); in __tipc_sendstream()
1623 blocks += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream()
1995 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvmsg()
2096 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); in tipc_recvstream()

Completed in 11 milliseconds