Searched refs:fragno (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 326 int fragno; member 344 BUG_ON(desc->fragno > 3); in encryptor() 354 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor() 356 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor() 358 desc->fragno++; in encryptor() 368 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor() 369 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor() 386 desc->fragno = 1; in encryptor() 389 desc->fragno = 0; in encryptor() 413 desc.fragno = 0; in gss_encrypt_xdr_buf() [all …]
|
/linux-6.1.9/net/ax25/ |
D | ax25_in.c | 38 if (ax25->fragno != 0) { in ax25_rx_fragment() 40 if ((ax25->fragno - 1) == (*skb->data & AX25_SEG_REM)) { in ax25_rx_fragment() 42 ax25->fragno = *skb->data & AX25_SEG_REM; in ax25_rx_fragment() 48 if (ax25->fragno == 0) { in ax25_rx_fragment() 84 ax25->fragno = *skb->data & AX25_SEG_REM; in ax25_rx_fragment()
|
D | ax25_out.c | 120 int frontlen, len, fragno, ka9qfrag, first = 1; in ax25_output() local 137 fragno = skb->len / paclen; in ax25_output() 138 if (skb->len % paclen == 0) fragno--; in ax25_output() 166 *p = fragno--; in ax25_output()
|
/linux-6.1.9/fs/ufs/ |
D | balloc.c | 511 unsigned cgno, fragno, fragoff, count, fragsize, i; in ufs_add_fragments() local 535 fragno = ufs_dtogd(uspi, fragment); in ufs_add_fragments() 536 fragoff = ufs_fragnum (fragno); in ufs_add_fragments() 538 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 548 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 558 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i); in ufs_add_fragments()
|
/linux-6.1.9/include/net/ |
D | ax25.h | 247 unsigned short paclen, fragno, fraglen; member
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 2203 int fragno; in ath_tx_setup_buffer() local 2215 fragno = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath_tx_setup_buffer() 2219 if (fragno) in ath_tx_setup_buffer() 2220 hdr->seq_ctrl |= cpu_to_le16(fragno); in ath_tx_setup_buffer()
|