| /linux/drivers/nvme/target/ |
| H A D | fabrics-cmd-auth.c | 157 if (sizeof(*data) + 2 * (size_t)data->hl + dhvlen > tl) in nvmet_auth_reply() 162 data->hl, data->cvalid, dhvlen); in nvmet_auth_reply() 167 if (nvmet_auth_ctrl_sesskey(req, data->rval + 2 * data->hl, in nvmet_auth_reply() 172 response = kmalloc(data->hl, GFP_KERNEL); in nvmet_auth_reply() 182 if (nvmet_auth_host_hash(req, response, data->hl) < 0) { in nvmet_auth_reply() 189 if (crypto_memneq(data->rval, response, data->hl)) { in nvmet_auth_reply() 193 ctrl->cntlid, req->sq->qid, data->hl, data->rval); in nvmet_auth_reply() 195 ctrl->cntlid, req->sq->qid, data->hl, response); in nvmet_auth_reply() 209 req->sq->dhchap_c2 = kmemdup(data->rval + data->hl, data->hl, in nvmet_auth_reply() 215 __func__, ctrl->cntlid, req->sq->qid, data->hl, in nvmet_auth_reply() [all …]
|
| /linux/drivers/cxl/core/ |
| H A D | ras.c | 26 u32 hl[CXL_HEADERLOG_TRACE_SIZE_U32] = {}; in cxl_cper_trace_uncorr_port_prot_err() local 36 memcpy(hl, ras_cap.header_log, CXL_HEADERLOG_SIZE); in cxl_cper_trace_uncorr_port_prot_err() 37 trace_cxl_port_aer_uncorrectable_error(&pdev->dev, status, fe, hl); in cxl_cper_trace_uncorr_port_prot_err() 52 u32 hl[CXL_HEADERLOG_TRACE_SIZE_U32] = {}; in cxl_cper_trace_uncorr_prot_err() local 69 memcpy(hl, ras_cap.header_log, CXL_HEADERLOG_SIZE); in cxl_cper_trace_uncorr_prot_err() 70 trace_cxl_aer_uncorrectable_error(cxlmd, status, fe, hl); in cxl_cper_trace_uncorr_prot_err() 237 u32 hl[CXL_HEADERLOG_TRACE_SIZE_U32] = {}; in cxl_handle_ras() local 261 header_log_copy(ras_base, hl); in cxl_handle_ras() 262 trace_cxl_aer_uncorrectable_error(to_cxl_memdev(dev), status, fe, hl); in cxl_handle_ras()
|
| H A D | trace.h | 52 TP_PROTO(struct device *dev, u32 status, u32 fe, u32 *hl), 53 TP_ARGS(dev, status, fe, hl), 73 memcpy(__entry->header_log, hl, 84 TP_PROTO(const struct cxl_memdev *cxlmd, u32 status, u32 fe, u32 *hl), 85 TP_ARGS(cxlmd, status, fe, hl), 107 memcpy(__entry->header_log, hl,
|
| /linux/net/sched/ |
| H A D | act_csum.c | 139 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local 141 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 142 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer() 492 unsigned int hl, ixhl; in tcf_csum_ipv6() local 499 hl = sizeof(*ip6h); in tcf_csum_ipv6() 501 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6() 516 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6() 518 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6() 520 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6() 522 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6() [all …]
|
| /linux/security/ |
| H A D | lsm_init.c | 339 * @hl: LSM hook list in lsm_static_call_init() argument 341 static int __init lsm_static_call_init(struct security_hook_list *hl) in lsm_static_call_init() 343 struct lsm_static_call *scall = hl->scalls; in lsm_static_call_init() 348 if (!scall->hl) { in lsm_static_call_init() 350 hl->hook.lsm_func_addr); in lsm_static_call_init() 351 scall->hl = hl; in lsm_static_call_init()
|
| H A D | security.c | 748 rc = scall->hl->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm() 906 trc = scall->hl->hook.fs_context_parse_param(fc, param); in security_fs_context_parse_param() 1140 rc = scall->hl->hook.sb_set_mnt_opts(sb, mnt_opts, kern_flags, in security_sb_set_mnt_opts() 1354 ret = scall->hl->hook.inode_init_security(inode, dir, qstr, new_xattrs, in security_inode_init_security() 3324 thisrc = scall->hl->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl() 3769 if (single && lctx.id != scall->hl->lsmid->id) in security_getselfattr() 3774 rc = scall->hl->hook.getselfattr(attr, uctx, &entrysize, flags); in security_getselfattr() 3845 if ((scall->hl->lsmid->id) == lctx->id) { in security_setselfattr() 3846 rc = scall->hl->hook.setselfattr(attr, lctx, size, flags); in security_setselfattr() 3872 if (lsmid != 0 && lsmid != scall->hl in security_getprocattr() [all...] |
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 137 param->hl = 0; in dfltcc_deflate() 163 param->hl = 0; in dfltcc_deflate() 302 param->hl = 0; /* Clear history */ in dfltcc_deflate()
|
| H A D | dfltcc.h | 66 uint16_t hl; /* History Length */ member
|
| H A D | dfltcc_inflate.c | 130 if (param->hl) in dfltcc_inflate()
|
| /linux/drivers/nvme/host/ |
| H A D | auth.c | 170 size_t size = sizeof(*data) + data->hl + dhvlen; in nvme_auth_process_dhchap_challenge() 188 if (chap->hash_id == data->hashid && chap->hash_len == data->hl) { in nvme_auth_process_dhchap_challenge() 195 if (nvme_auth_hmac_hash_len(data->hashid) != data->hl) { in nvme_auth_process_dhchap_challenge() 198 chap->qid, data->hl); in nvme_auth_process_dhchap_challenge() 204 chap->hash_len = data->hl; in nvme_auth_process_dhchap_challenge() 303 data->hl = chap->hash_len; in nvme_auth_set_dhchap_reply_data() 346 if (data->hl != chap->hash_len) { in nvme_auth_process_dhchap_success1() 349 chap->qid, data->hl); in nvme_auth_process_dhchap_success1() 365 if (crypto_memneq(chap->response, data->rval, data->hl)) { in nvme_auth_process_dhchap_success1()
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 71 int hl; /* highlight this item */ member
|
| H A D | util.c | 42 dlg.dialog.hl = (h); \ 149 if (color->hl) in init_one_color()
|
| /linux/arch/xtensa/lib/ |
| H A D | mulsi3.S | 57 mul.aa.hl a2, a3
|
| H A D | umulsidi3.S | 90 #define umul_aa_hl umul.aa.hl
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.c | 1711 hws_definer_set_hl(u8 *hl, struct mlx5hws_definer_fc *fc) in hws_definer_set_hl() argument 1723 HWS_SET32(hl, -1, fc[i].byte_off, fc[i].bit_off, fc[i].bit_mask); in hws_definer_set_hl() 1747 u8 *hl) in hws_definer_conv_match_params_to_hl() argument 1824 hws_definer_set_hl(hl, fc); in hws_definer_conv_match_params_to_hl() 1996 u8 *hl, bool allow_jumbo) in hws_definer_find_best_match_fit() argument 2006 found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl); in hws_definer_find_best_match_fit() 2023 found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl); in hws_definer_find_best_match_fit()
|
| /linux/drivers/spi/ |
| H A D | spi-mtk-snfi.c | 1272 size_t hl = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in mtk_snand_adjust_op_size() local 1274 if (hl >= SNF_GPRAM_SIZE) in mtk_snand_adjust_op_size() 1276 if (op->data.nbytes > SNF_GPRAM_SIZE - hl) in mtk_snand_adjust_op_size() 1277 op->data.nbytes = SNF_GPRAM_SIZE - hl; in mtk_snand_adjust_op_size()
|
| /linux/tools/testing/selftests/net/ |
| H A D | amt.sh | 173 -j HL --hl-set 2
|
| /linux/include/linux/ |
| H A D | nvme.h | 1893 __u8 hl; member 1909 __u8 hl; member 1930 __u8 hl; member
|
| /linux/net/ipv6/netfilter/ |
| H A D | Kconfig | 133 tristate '"hl" hoplimit match support'
|
| /linux/tools/power/cpupower/po/ |
| H A D | cs.po | 496 "vypsány ladicí informace, což může být užitečné například při hlášení chyb.\n"
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 3575 int hl = family == AF_INET ? (sizeof(struct iphdr) + sizeof(struct icmphdr)) : in xfrm_icmp_flow_decode() local 3581 if (!pskb_pull(newskb, hl)) in xfrm_icmp_flow_decode()
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 1349 tristate '"hl" hoplimit/TTL match support'
|