Searched refs:blocks (Results 1 – 5 of 5) sorted by relevance
| /net/mac80211/ |
| A D | michael.c | 57 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 D | Kconfig | 10 hardware blocks in the system.
|
| /net/tipc/ |
| A D | socket.c | 1566 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 D | outqueue.c | 1776 __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 D | client.c | 1959 &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