Searched refs:fragno (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 460 int fragno; member 477 BUG_ON(desc->fragno > 3); in encryptor() 487 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor() 489 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor() 491 desc->fragno++; in encryptor() 501 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor() 502 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor() 519 desc->fragno = 1; in encryptor() 522 desc->fragno = 0; in encryptor() 546 desc.fragno = 0; in gss_encrypt_xdr_buf() [all …]
|
/Linux-v4.19/net/ax25/ |
D | ax25_in.c | 41 if (ax25->fragno != 0) { in ax25_rx_fragment() 43 if ((ax25->fragno - 1) == (*skb->data & AX25_SEG_REM)) { in ax25_rx_fragment() 45 ax25->fragno = *skb->data & AX25_SEG_REM; in ax25_rx_fragment() 51 if (ax25->fragno == 0) { in ax25_rx_fragment() 87 ax25->fragno = *skb->data & AX25_SEG_REM; in ax25_rx_fragment()
|
D | ax25_out.c | 123 int frontlen, len, fragno, ka9qfrag, first = 1; in ax25_output() local 140 fragno = skb->len / paclen; in ax25_output() 141 if (skb->len % paclen == 0) fragno--; in ax25_output() 169 *p = fragno--; in ax25_output()
|
/Linux-v4.19/fs/ufs/ |
D | balloc.c | 515 unsigned cgno, fragno, fragoff, count, fragsize, i; in ufs_add_fragments() local 539 fragno = ufs_dtogd(uspi, fragment); in ufs_add_fragments() 540 fragoff = ufs_fragnum (fragno); in ufs_add_fragments() 542 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 552 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 562 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i); in ufs_add_fragments()
|
/Linux-v4.19/include/net/ |
D | ax25.h | 241 unsigned short paclen, fragno, fraglen; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 2247 int fragno; in ath_tx_setup_buffer() local 2259 fragno = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath_tx_setup_buffer() 2263 if (fragno) in ath_tx_setup_buffer() 2264 hdr->seq_ctrl |= cpu_to_le16(fragno); in ath_tx_setup_buffer()
|