Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
A Dmichael.c57 size_t block, blocks, left; in michael_mic() local
63 blocks = data_len / 4; in michael_mic()
66 for (block = 0; block < blocks; block++) in michael_mic()
75 val |= data[blocks * 4 + left]; in michael_mic()
/net/qrtr/
A DKconfig10 hardware blocks in the system.
/net/tipc/
A Dsocket.c1566 int blocks, rc = 0; in __tipc_sendstream() local
1589 blocks = tsk->snd_backlog; in __tipc_sendstream()
1595 blocks += rc; in __tipc_sendstream()
1597 if (blocks <= 64 && tsk->expect_ack) { in __tipc_sendstream()
1598 tsk->snd_backlog = blocks; in __tipc_sendstream()
1601 } else if (blocks > 64) { in __tipc_sendstream()
1618 blocks += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream()
1628 tsk->snt_unacked += blocks; in __tipc_sendstream()
/net/sctp/
A Doutqueue.c1776 __u16 tsn_offset, blocks; in sctp_acked() local
1795 blocks = ntohs(sack->num_gap_ack_blocks); in sctp_acked()
1797 for (i = 0; i < blocks; ++i) { in sctp_acked()
/net/9p/
A Dclient.c1959 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs()
1969 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()

Completed in 20 milliseconds