| /linux-6.15/drivers/nvme/target/ |
| H A D | fabrics-cmd-auth.c | 145 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 D | act_csum.c | 138 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 D | fddi.c | 52 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 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-6.15/security/ |
| H A D | security.c | 407 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 D | auth.c | 164 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 D | innolux,p097pfg.yaml | 10 - Lin Huang <hl@rock-chips.com>
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | trace.h | 52 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 D | pci.c | 699 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 D | lsm_hooks.h | 54 struct security_hook_list *hl; member
|
| H A D | nvme.h | 1801 __u8 hl; member 1817 __u8 hl; member 1838 __u8 hl; member
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_conntrack_proto_icmpv6.c | 139 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 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-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.c | 1459 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 D | spi-mtk-snfi.c | 1273 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 D | amt.sh | 171 -j HL --hl-set 2
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | coex.c | 3286 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 D | Kconfig | 133 tristate '"hl" hoplimit match support'
|
| /linux-6.15/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-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 3581 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()
|