Home
last modified time | relevance | path

Searched refs:offset_s (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/char/tpm/
H A Dtpm2-sessions.c631 offset_p = offset_s + val; in tpm_buf_fill_hmac_session()
639 offset_s += len; in tpm_buf_fill_hmac_session()
645 hmac = &buf->data[offset_s]; in tpm_buf_fill_hmac_session()
653 offset_s += len; in tpm_buf_fill_hmac_session()
655 if (offset_s != offset_p) { in tpm_buf_fill_hmac_session()
750 off_t offset_s, offset_p; in tpm_buf_check_hmac_response() local
786 offset_p = offset_s; in tpm_buf_check_hmac_response()
787 offset_s += parm_len; in tpm_buf_check_hmac_response()
791 offset_s += len + 1; in tpm_buf_check_hmac_response()
793 offset_s += len; in tpm_buf_check_hmac_response()
[all …]
/linux-6.15/net/ipv6/
H A Dcalipso.c847 unsigned int opt_len, offset, offset_s = 0, offset_e = 0; in calipso_opt_find() local
870 offset_s = offset; in calipso_opt_find()
878 if (offset_s) in calipso_opt_find()
879 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find()
/linux-6.15/fs/nfs/
H A Dnfs4trace.h2280 __field(loff_t, offset_s)
2293 __entry->offset_s = args->sa_offset;
2320 __entry->offset_s,