Home
last modified time | relevance | path

Searched refs:plen (Results 1 – 25 of 223) sorted by relevance

123456789

/linux-6.15/crypto/
H A Dtcrypt.h72 { .blen = 16, .plen = 16, },
73 { .blen = 64, .plen = 16, },
74 { .blen = 64, .plen = 64, },
75 { .blen = 256, .plen = 16, },
76 { .blen = 256, .plen = 64, },
96 { .blen = 0, .plen = 0, }
100 { .blen = 96, .plen = 16, },
101 { .blen = 96, .plen = 32, },
102 { .blen = 96, .plen = 96, },
103 { .blen = 288, .plen = 16, },
[all …]
H A Dtestmgr.h15823 .plen = 0,
15838 .plen = 0,
17357 .plen = 8,
17669 .plen = 8,
21952 .plen = 4,
22412 .plen = 0,
22424 .plen = 0,
22487 .plen = 0,
22548 .plen = 0,
23111 .plen = 4,
[all …]
H A Daf_alg.c745 used -= plen; in af_alg_pull_tsgl()
996 ssize_t plen; in af_alg_sendmsg() local
1050 if (plen < 0) { in af_alg_sendmsg()
1051 err = plen; in af_alg_sendmsg()
1057 len -= plen; in af_alg_sendmsg()
1059 copied += plen; in af_alg_sendmsg()
1060 size -= plen; in af_alg_sendmsg()
1079 msg, plen); in af_alg_sendmsg()
1087 len -= plen; in af_alg_sendmsg()
1089 copied += plen; in af_alg_sendmsg()
[all …]
/linux-6.15/net/ipv6/
H A Drpl.c60 unsigned char plen; in ipv6_rpl_srh_calc_cmpri() local
63 for (plen = 0; plen < sizeof(*daddr); plen++) { in ipv6_rpl_srh_calc_cmpri()
65 if (daddr->s6_addr[plen] != in ipv6_rpl_srh_calc_cmpri()
66 inhdr->rpl_segaddr[i].s6_addr[plen]) in ipv6_rpl_srh_calc_cmpri()
67 return plen; in ipv6_rpl_srh_calc_cmpri()
77 unsigned int plen; in ipv6_rpl_srh_calc_cmpre() local
79 for (plen = 0; plen < sizeof(*daddr); plen++) { in ipv6_rpl_srh_calc_cmpre()
80 if (daddr->s6_addr[plen] != last_segment->s6_addr[plen]) in ipv6_rpl_srh_calc_cmpre()
81 return plen; in ipv6_rpl_srh_calc_cmpre()
H A Dfib6_rules.c40 if (r->dst.plen || r->src.plen || r->dscp || r->flowlabel_mask) in fib6_rule_matchall()
295 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
317 if (r->dst.plen && in fib6_rule_match()
326 if (r->src.plen) { in fib6_rule_match()
329 r->src.plen)) in fib6_rule_match()
468 rule6->src.plen = frh->src_len; in fib6_rule_configure()
469 rule6->dst.plen = frh->dst_len; in fib6_rule_configure()
547 frh->dst_len = rule6->dst.plen; in fib6_rule_fill()
548 frh->src_len = rule6->src.plen; in fib6_rule_fill()
566 if ((rule6->dst.plen && in fib6_rule_fill()
[all …]
/linux-6.15/lib/crypto/
H A Daesgcm.c568 int plen; member
578 .plen = sizeof(ptext1),
588 .plen = sizeof(ptext2),
598 .plen = sizeof(ptext3),
612 .plen = sizeof(ptext1),
623 .plen = sizeof(ptext6),
633 .plen = sizeof(ptext1),
645 .plen = sizeof(ptext9),
657 .plen = sizeof(ptext10),
672 .plen = sizeof(ptext11),
[all …]
/linux-6.15/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh1273 local plen=32
1293 local plen=32
1414 local plen=32
1434 local plen=32
1555 local plen=32
1575 local plen=32
1677 local plen=32
1696 local plen=32
1796 local plen=32
1815 local plen=32
[all …]
/linux-6.15/arch/x86/platform/olpc/
H A Dolpc_dt.c72 int plen; in olpc_dt_getproperty() local
74 plen = olpc_dt_getproplen(node, prop); in olpc_dt_getproperty()
75 if (plen > bufsize || plen < 1) { in olpc_dt_getproperty()
78 const void *args[] = { (void *)node, prop, buf, (void *)plen }; in olpc_dt_getproperty()
79 void *res[] = { &plen }; in olpc_dt_getproperty()
87 return plen; in olpc_dt_getproperty()
218 int plen; in olpc_dt_compatible_match() local
220 plen = olpc_dt_getproperty(node, "compatible", buf, sizeof(buf)); in olpc_dt_compatible_match()
221 if (plen <= 0) in olpc_dt_compatible_match()
224 for (p = buf; p < buf + plen; p += strlen(p) + 1) { in olpc_dt_compatible_match()
/linux-6.15/crypto/asymmetric_keys/
H A Dx509_loader.c13 size_t plen; in x509_load_certificate_list() local
26 plen = (p[2] << 8) | p[3]; in x509_load_certificate_list()
27 plen += 4; in x509_load_certificate_list()
28 if (plen > end - p) in x509_load_certificate_list()
35 plen, in x509_load_certificate_list()
49 p += plen; in x509_load_certificate_list()
/linux-6.15/drivers/bluetooth/
H A Dhci_ag6xx.c29 __le32 plen; member
121 static int intel_mem_write(struct hci_dev *hdev, u32 addr, u32 plen, in intel_mem_write() argument
127 while (plen > 0) { in intel_mem_write()
129 u8 cmd_param[253], fragment_len = (plen > 247) ? 247 : plen; in intel_mem_write()
143 plen -= fragment_len; in intel_mem_write()
255 u32 addr, plen; in ag6xx_setup() local
264 plen = le32_to_cpu(pbn->plen); in ag6xx_setup()
266 if (fw->data + fw->size <= pbn->data + plen) { in ag6xx_setup()
267 bt_dev_info(hdev, "Invalid patch len (%d)", plen); in ag6xx_setup()
274 err = intel_mem_write(hdev, addr, plen, pbn->data); in ag6xx_setup()
[all …]
/linux-6.15/include/net/
H A Desp.h15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() argument
24 for (i = 0; i < plen - 2; i++) in esp_output_fill_trailer()
27 tail[plen - 2] = plen - 2; in esp_output_fill_trailer()
28 tail[plen - 1] = proto; in esp_output_fill_trailer()
36 int plen; member
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c34 u16 plen; member
76 if (tx->plen) in build_vnic_ulp_payload()
78 tx->pad + HFI1_VNIC_MAX_PAD - tx->plen, in build_vnic_ulp_payload()
79 tx->plen); in build_vnic_ulp_payload()
95 hdrbytes + tx->skb->len + tx->plen, in build_vnic_tx_desc()
121 static inline void hfi1_vnic_update_pad(unsigned char *pad, u8 plen) in hfi1_vnic_update_pad() argument
123 pad[HFI1_VNIC_MAX_PAD - 1] = plen - OPA_VNIC_ICRC_TAIL_LEN; in hfi1_vnic_update_pad()
128 struct sk_buff *skb, u64 pbc, u8 plen) in hfi1_vnic_send_dma() argument
149 hfi1_vnic_update_pad(tx->pad, plen); in hfi1_vnic_send_dma()
150 tx->plen = plen; in hfi1_vnic_send_dma()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c53 u8 plen; in mlx5e_ipsec_remove_trailer() local
56 ret = skb_copy_bits(skb, skb->len - alen - 2, &plen, 1); in mlx5e_ipsec_remove_trailer()
60 trailer_len = alen + plen + 2; in mlx5e_ipsec_remove_trailer()
192 esp_output_fill_trailer((u8 *)inlseg->data, 0, ipsec_st->plen, ipsec_st->xo->proto); in mlx5e_ipsec_handle_tx_wqe()
201 unsigned int blksize, clen, alen, plen; in mlx5e_ipsec_set_state() local
211 plen = max_t(u32, clen - skb->len, 4); in mlx5e_ipsec_set_state()
212 tailen = plen + alen; in mlx5e_ipsec_set_state()
213 ipsec_st->plen = plen; in mlx5e_ipsec_set_state()
/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h41 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen,
48 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
50 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
52 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen,
54 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen,
57 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen,
59 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen,
62 int hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen,
/linux-6.15/drivers/scsi/libfc/
H A Dfc_disc.c381 size_t plen; in fc_disc_gpn_ft_parse() local
394 plen = len; in fc_disc_gpn_ft_parse()
400 plen = sizeof(*np) - tlen; in fc_disc_gpn_ft_parse()
401 WARN_ON(plen <= 0); in fc_disc_gpn_ft_parse()
402 WARN_ON(plen >= sizeof(*np)); in fc_disc_gpn_ft_parse()
403 if (plen > len) in fc_disc_gpn_ft_parse()
404 plen = len; in fc_disc_gpn_ft_parse()
414 plen += tlen; in fc_disc_gpn_ft_parse()
416 if (plen == sizeof(*np)) in fc_disc_gpn_ft_parse()
427 while (plen >= sizeof(*np)) { in fc_disc_gpn_ft_parse()
[all …]
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dconntrack_reverse_clash.c66 socklen_t plen; in main() local
91 socklen_t plen = sizeof(peer); in main() local
99 if (recvfrom(s2, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main()
108 if (recvfrom(s1, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main()
/linux-6.15/drivers/nfc/nfcmrvl/
H A Di2c.c39 nci_hdr.plen + NCI_CTRL_HDR_SIZE, GFP_KERNEL); in nfcmrvl_i2c_read()
46 if (nci_hdr.plen) { in nfcmrvl_i2c_read()
49 skb_put(*skb, nci_hdr.plen), in nfcmrvl_i2c_read()
50 nci_hdr.plen); in nfcmrvl_i2c_read()
52 if (ret != nci_hdr.plen) { in nfcmrvl_i2c_read()
55 ret, nci_hdr.plen); in nfcmrvl_i2c_read()
/linux-6.15/drivers/mtd/parsers/
H A Dofpart_core.c213 int i, plen, nr_parts; in parse_ofoldpart_partitions() local
224 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions()
230 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions()
236 names = of_get_property(dp, "partition-names", &plen); in parse_ofoldpart_partitions()
245 if (names && (plen > 0)) { in parse_ofoldpart_partitions()
249 plen -= len; in parse_ofoldpart_partitions()
/linux-6.15/net/netfilter/
H A Dnf_conntrack_ftp.c66 size_t plen; member
75 .plen = sizeof("PORT") - 1,
83 .plen = sizeof("EPRT") - 1,
93 .plen = sizeof("227 ") - 1,
99 .plen = sizeof("229 ") - 1,
287 const char *pattern, size_t plen, in find_pattern() argument
296 size_t i = plen; in find_pattern()
300 if (dlen <= plen) { in find_pattern()
307 if (strncasecmp(data, pattern, plen) != 0) in find_pattern()
314 for (i = plen; data[i] != skip; i++) in find_pattern()
[all …]
/linux-6.15/security/keys/
H A Dkeyctl.c77 size_t, plen, in SYSCALL_DEFINE5() argument
86 if (plen > 1024 * 1024 - 1) in SYSCALL_DEFINE5()
114 if (plen) { in SYSCALL_DEFINE5()
147 kvfree_sensitive(payload, plen); in SYSCALL_DEFINE5()
327 size_t plen) in keyctl_update_key() argument
334 if (plen > PAGE_SIZE) in keyctl_update_key()
339 if (plen) { in keyctl_update_key()
1186 if (!plen) in keyctl_instantiate_key_common()
1190 if (plen > 1024 * 1024 - 1) in keyctl_instantiate_key_common()
1252 size_t plen, in keyctl_instantiate_key() argument
[all …]
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_wep.c148 u32 crc, klen, plen; in libipw_wep_decrypt() local
169 plen = skb->len - hdr_len - 8; in libipw_wep_decrypt()
172 arc4_crypt(&wep->rx_ctx, pos, pos, plen + 4); in libipw_wep_decrypt()
174 crc = ~crc32_le(~0, pos, plen); in libipw_wep_decrypt()
179 if (memcmp(icv, pos + plen, 4) != 0) { in libipw_wep_decrypt()
/linux-6.15/fs/iomap/
H A Dbuffered-io.c239 size_t orig_plen = plen; in iomap_adjust_read_range()
257 plen -= block_size; in iomap_adjust_read_range()
284 *lenp = plen; in iomap_adjust_read_range()
373 size_t poff, plen; in iomap_readpage_iter() local
387 if (plen == 0) in iomap_readpage_iter()
399 ifs->read_bytes_pending += plen; in iomap_readpage_iter()
441 length = pos - iter->pos + plen; in iomap_readpage_iter()
692 size_t poff, plen; in __iomap_write_begin() local
715 if (plen == 0) in __iomap_write_begin()
734 poff, plen, srcmap); in __iomap_write_begin()
[all …]
/linux-6.15/net/6lowpan/
H A Diphc.c218 ipv6_addr_prefix(&addr_pfx, addr, table[i].plen); in lowpan_iphc_ctx_get_by_addr()
223 if (table[i].plen < 64) in lowpan_iphc_ctx_get_by_addr()
226 addr_plen = table[i].plen; in lowpan_iphc_ctx_get_by_addr()
236 if (table[i].plen > ret->plen) in lowpan_iphc_ctx_get_by_addr()
265 addr_mcast.s6_addr[3] = table[i].plen; in lowpan_iphc_ctx_get_by_mcast_addr()
268 table[i].plen); in lowpan_iphc_ctx_get_by_mcast_addr()
494 ipaddr->s6_addr[3] = ctx->plen; in lowpan_uncompress_multicast_ctx_daddr()
808 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_iphc_compress_ctx_802154_lladdr()
818 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_iphc_compress_ctx_802154_lladdr()
876 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_compress_ctx_addr()
[all …]
/linux-6.15/drivers/nfc/nxp-nci/
H A Di2c.c159 *skb = alloc_skb(NCI_CTRL_HDR_SIZE + header.plen, GFP_KERNEL); in nxp_nci_i2c_nci_read()
167 if (!header.plen) in nxp_nci_i2c_nci_read()
170 r = i2c_master_recv(client, skb_put(*skb, header.plen), header.plen); in nxp_nci_i2c_nci_read()
173 } else if (r != header.plen) { in nxp_nci_i2c_nci_read()
176 r, header.plen); in nxp_nci_i2c_nci_read()
/linux-6.15/drivers/staging/media/av7110/
H A Dav7110_ipack.c194 p->plen[0] = buf[c]; in av7110_ipack_instant_repack()
196 p->plen[1] = buf[c]; in av7110_ipack_instant_repack()
199 p->plength = (p->plen[0] << 8) | p->plen[1]; in av7110_ipack_instant_repack()
201 p->plen[0] = buf[c]; in av7110_ipack_instant_repack()
207 p->plen[1] = buf[c]; in av7110_ipack_instant_repack()
210 p->plength = (p->plen[0] << 8) | p->plen[1]; in av7110_ipack_instant_repack()

123456789