Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c146 data->hl, data->cvalid, dhvlen); in nvmet_auth_reply()
151 if (nvmet_auth_ctrl_sesskey(req, data->rval + 2 * data->hl, in nvmet_auth_reply()
156 response = kmalloc(data->hl, GFP_KERNEL); in nvmet_auth_reply()
166 if (nvmet_auth_host_hash(req, response, data->hl) < 0) { in nvmet_auth_reply()
173 if (memcmp(data->rval, response, data->hl)) { in nvmet_auth_reply()
177 ctrl->cntlid, req->sq->qid, data->hl, data->rval); in nvmet_auth_reply()
179 ctrl->cntlid, req->sq->qid, data->hl, response); in nvmet_auth_reply()
193 req->sq->dhchap_c2 = kmemdup(data->rval + data->hl, data->hl, in nvmet_auth_reply()
199 __func__, ctrl->cntlid, req->sq->qid, data->hl, in nvmet_auth_reply()
428 data->hl = hash_len; in nvmet_auth_challenge()
[all …]
/linux/net/sched/
H A Dact_csum.c139 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()
488 unsigned int hl, ixhl; in tcf_csum_ipv6() local
495 hl = sizeof(*ip6h); in tcf_csum_ipv6()
497 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
512 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
514 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
516 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
518 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
[all …]
/linux/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/security/
H A Dlsm_init.c339 static int __init lsm_static_call_init(struct security_hook_list *hl) in lsm_static_call_init() argument
341 struct lsm_static_call *scall = hl->scalls; in lsm_static_call_init()
346 if (!scall->hl) { in lsm_static_call_init()
348 hl->hook.lsm_func_addr); in lsm_static_call_init()
349 scall->hl = hl; in lsm_static_call_init()
H A Dsecurity.c722 rc = scall->hl->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
880 trc = scall->hl->hook.fs_context_parse_param(fc, param); in security_fs_context_parse_param()
1114 rc = scall->hl->hook.sb_set_mnt_opts(sb, mnt_opts, kern_flags, in security_sb_set_mnt_opts()
1328 ret = scall->hl->hook.inode_init_security(inode, dir, qstr, new_xattrs, in security_inode_init_security()
3222 thisrc = scall->hl->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
3667 if (single && lctx.id != scall->hl->lsmid->id) in security_getselfattr()
3672 rc = scall->hl->hook.getselfattr(attr, uctx, &entrysize, flags); in security_getselfattr()
3743 if ((scall->hl->lsmid->id) == lctx->id) { in security_setselfattr()
3744 rc = scall->hl->hook.setselfattr(attr, lctx, size, flags); in security_setselfattr()
3770 if (lsmid != 0 && lsmid != scall->hl in security_getprocattr()
[all...]
/linux/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/drivers/nvme/host/
H A Dauth.c168 size_t size = sizeof(*data) + data->hl + dhvlen; in nvme_auth_process_dhchap_challenge()
188 crypto_shash_digestsize(chap->shash_tfm) == data->hl) { in nvme_auth_process_dhchap_challenge()
212 if (crypto_shash_digestsize(chap->shash_tfm) != data->hl) { in nvme_auth_process_dhchap_challenge()
215 chap->qid, data->hl); in nvme_auth_process_dhchap_challenge()
223 chap->hash_len = data->hl; in nvme_auth_process_dhchap_challenge()
322 data->hl = chap->hash_len; in nvme_auth_set_dhchap_reply_data()
365 if (data->hl != chap->hash_len) { in nvme_auth_process_dhchap_success1()
368 chap->qid, data->hl); in nvme_auth_process_dhchap_success1()
384 if (memcmp(chap->response, data->rval, data->hl)) { in nvme_auth_process_dhchap_success1()
/linux/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);
/linux/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()
H A DKconfig1366 tristate '"hl" hoplimit/TTL match support'
/linux/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/arch/xtensa/lib/
H A Dmulsi3.S57 mul.aa.hl a2, a3
H A Dumulsidi3.S90 #define umul_aa_hl umul.aa.hl
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1711 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 Dspi-mtk-snfi.c1272 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 Damt.sh173 -j HL --hl-set 2
/linux/include/linux/
H A Dnvme.h1877 __u8 hl; member
1893 __u8 hl; member
1914 __u8 hl; member
/linux/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/net/ipv6/netfilter/
H A DKconfig133 tristate '"hl" hoplimit match support'
/linux/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/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()