Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/drivers/nvme/target/
H A Dfabrics-cmd-auth.c145 data->hl, data->cvalid, dhvlen); in nvmet_auth_reply()
155 response = kmalloc(data->hl, GFP_KERNEL); in nvmet_auth_reply()
172 if (memcmp(data->rval, response, data->hl)) { in nvmet_auth_reply()
178 ctrl->cntlid, req->sq->qid, data->hl, response); in nvmet_auth_reply()
192 req->sq->dhchap_c2 = kmemdup(data->rval + data->hl, data->hl, in nvmet_auth_reply()
198 __func__, ctrl->cntlid, req->sq->qid, data->hl, in nvmet_auth_reply()
427 data->hl = hash_len; in nvmet_auth_challenge()
429 req->sq->dhchap_c1 = kmalloc(data->hl, GFP_KERNEL); in nvmet_auth_challenge()
432 get_random_bytes(req->sq->dhchap_c1, data->hl); in nvmet_auth_challenge()
433 memcpy(data->cval, req->sq->dhchap_c1, data->hl); in nvmet_auth_challenge()
[all …]
/linux-6.15/net/sched/
H A Dact_csum.c138 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local
141 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer()
487 unsigned int hl, ixhl; in tcf_csum_ipv6() local
494 hl = sizeof(*ip6h); in tcf_csum_ipv6()
496 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
515 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
522 hl += ixhl; in tcf_csum_ipv6()
527 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
533 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
538 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
[all …]
/linux-6.15/net/802/
H A Dfddi.c52 int hl = FDDI_K_SNAP_HLEN; in fddi_header() local
56 hl=FDDI_K_8022_HLEN-3; in fddi_header()
57 fddi = skb_push(skb, hl); in fddi_header()
80 return hl; in fddi_header()
83 return -hl; in fddi_header()
/linux-6.15/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c137 param->hl = 0; in dfltcc_deflate()
163 param->hl = 0; in dfltcc_deflate()
302 param->hl = 0; /* Clear history */ in dfltcc_deflate()
H A Ddfltcc.h66 uint16_t hl; /* History Length */ member
H A Ddfltcc_inflate.c130 if (param->hl) in dfltcc_inflate()
/linux-6.15/security/
H A Dsecurity.c407 struct lsm_static_call *scall = hl->scalls; in lsm_static_call_init()
412 if (!scall->hl) { in lsm_static_call_init()
414 hl->hook.lsm_func_addr); in lsm_static_call_init()
415 scall->hl = hl; in lsm_static_call_init()
1230 rc = scall->hl->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
4145 if (single && lctx.id != scall->hl->lsmid->id) in security_getselfattr()
4221 if ((scall->hl->lsmid->id) == lctx->id) { in security_setselfattr()
4248 if (lsmid != 0 && lsmid != scall->hl->lsmid->id) in security_getprocattr()
4250 return scall->hl->hook.getprocattr(p, name, value); in security_getprocattr()
4272 if (lsmid != 0 && lsmid != scall->hl->lsmid->id) in security_setprocattr()
[all …]
/linux-6.15/drivers/nvme/host/
H A Dauth.c164 size_t size = sizeof(*data) + data->hl + dhvlen; in nvme_auth_process_dhchap_challenge()
184 crypto_shash_digestsize(chap->shash_tfm) == data->hl) { in nvme_auth_process_dhchap_challenge()
208 if (crypto_shash_digestsize(chap->shash_tfm) != data->hl) { in nvme_auth_process_dhchap_challenge()
211 chap->qid, data->hl); in nvme_auth_process_dhchap_challenge()
219 chap->hash_len = data->hl; in nvme_auth_process_dhchap_challenge()
318 data->hl = chap->hash_len; in nvme_auth_set_dhchap_reply_data()
360 if (data->hl != chap->hash_len) { in nvme_auth_process_dhchap_success1()
363 chap->qid, data->hl); in nvme_auth_process_dhchap_success1()
379 if (memcmp(chap->response, data->rval, data->hl)) { in nvme_auth_process_dhchap_success1()
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p097pfg.yaml10 - Lin Huang <hl@rock-chips.com>
/linux-6.15/drivers/cxl/core/
H A Dtrace.h52 TP_PROTO(struct device *dev, u32 status, u32 fe, u32 *hl),
53 TP_ARGS(dev, status, fe, hl),
70 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE);
80 TP_PROTO(const struct cxl_memdev *cxlmd, u32 status, u32 fe, u32 *hl),
81 TP_ARGS(cxlmd, status, fe, hl),
100 memcpy(__entry->header_log, hl, CXL_HEADERLOG_SIZE);
H A Dpci.c699 u32 hl[CXL_HEADERLOG_SIZE_U32]; in __cxl_handle_ras() local
723 header_log_copy(ras_base, hl); in __cxl_handle_ras()
724 trace_cxl_aer_uncorrectable_error(cxlds->cxlmd, status, fe, hl); in __cxl_handle_ras()
/linux-6.15/include/linux/
H A Dlsm_hooks.h54 struct security_hook_list *hl; member
H A Dnvme.h1801 __u8 hl; member
1817 __u8 hl; member
1838 __u8 hl; member
/linux-6.15/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c139 u8 hl = ipv6_hdr(skb)->hop_limit; in nf_conntrack_icmpv6_redirect() local
157 if (hl != 255 || !(ipv6_addr_type(&ipv6_hdr(skb)->saddr) & IPV6_ADDR_LINKLOCAL)) { in nf_conntrack_icmpv6_redirect()
/linux-6.15/scripts/kconfig/lxdialog/
H A Ddialog.h71 int hl; /* highlight this item */ member
H A Dutil.c42 dlg.dialog.hl = (h); \
149 if (color->hl) in init_one_color()
/linux-6.15/arch/xtensa/lib/
H A Dmulsi3.S57 mul.aa.hl a2, a3
H A Dumulsidi3.S90 #define umul_aa_hl umul.aa.hl
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1459 hws_definer_set_hl(u8 *hl, struct mlx5hws_definer_fc *fc) in hws_definer_set_hl() argument
1471 HWS_SET32(hl, -1, fc[i].byte_off, fc[i].bit_off, fc[i].bit_mask); in hws_definer_set_hl()
1495 u8 *hl) in hws_definer_conv_match_params_to_hl() argument
1572 hws_definer_set_hl(hl, fc); in hws_definer_conv_match_params_to_hl()
1818 u8 *hl) in hws_definer_find_best_match_fit() argument
1828 found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl); in hws_definer_find_best_match_fit()
1842 found = hws_definer_best_hl_fit_recu(&ctrl, 0, (u32 *)hl); in hws_definer_find_best_match_fit()
/linux-6.15/drivers/spi/
H A Dspi-mtk-snfi.c1273 size_t hl = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in mtk_snand_adjust_op_size() local
1275 if (hl >= SNF_GPRAM_SIZE) in mtk_snand_adjust_op_size()
1277 if (op->data.nbytes > SNF_GPRAM_SIZE - hl) in mtk_snand_adjust_op_size()
1278 op->data.nbytes = SNF_GPRAM_SIZE - hl; in mtk_snand_adjust_op_size()
/linux-6.15/tools/testing/selftests/net/
H A Damt.sh171 -j HL --hl-set 2
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3286 struct rtw_coex_hid_handle_list *hl, *bhl; in rtw_coex_bt_hid_info_notify() local
3299 hl = &coex_stat->hid_handle_list; in rtw_coex_bt_hid_info_notify()
3301 if (!memcmp(hl, bhl, sizeof(*hl))) in rtw_coex_bt_hid_info_notify()
3307 if (hl->handle[i] != COEX_BT_HIDINFO_NOTCON && in rtw_coex_bt_hid_info_notify()
3308 hl->handle[i] != 0) in rtw_coex_bt_hid_info_notify()
3309 hidinfo->hid_handle = hl->handle[i]; in rtw_coex_bt_hid_info_notify()
/linux-6.15/net/ipv6/netfilter/
H A DKconfig133 tristate '"hl" hoplimit match support'
/linux-6.15/tools/power/cpupower/po/
H A Dcs.po496 "vypsány ladicí informace, což může být užitečné například při hlášení chyb.\n"
/linux-6.15/net/xfrm/
H A Dxfrm_policy.c3581 int hl = family == AF_INET ? (sizeof(struct iphdr) + sizeof(struct icmphdr)) : in xfrm_icmp_flow_decode() local
3587 if (!pskb_pull(newskb, hl)) in xfrm_icmp_flow_decode()

12