Searched refs:plen (Results 151 - 175 of 221) sorted by path

123456789

/linux-master/include/net/
H A Dipv6.h611 int plen)
613 /* caller must guarantee 0 <= plen <= 128 */
614 int o = plen >> 3,
615 b = plen & 0x7;
625 int plen)
627 /* caller must guarantee 0 <= plen <= 128 */
628 int o = plen >> 3,
629 b = plen & 0x7;
609 ipv6_addr_prefix(struct in6_addr *pfx, const struct in6_addr *addr, int plen) argument
623 ipv6_addr_prefix_copy(struct in6_addr *addr, const struct in6_addr *pfx, int plen) argument
/linux-master/include/net/nfc/
H A Dnci.h210 __u8 plen; member in struct:nci_ctrl_hdr
216 __u8 plen; member in struct:nci_data_hdr
H A Dnci_core.h366 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, const void *payload);
/linux-master/include/trace/events/
H A Derofs.h201 __field( u64, plen )
213 __entry->plen = map->m_plen;
219 "la %llu pa %llu llen %llu plen %llu mflags %s ret %d",
222 __entry->la, __entry->pa, __entry->llen, __entry->plen,
/linux-master/include/video/
H A Domapfb_dss.h595 int channel, u16 plen);
/linux-master/kernel/
H A Daudit.h235 extern int audit_compare_dname_path(const struct qstr *dname, const char *path, int plen);
H A Dauditfilter.c1279 int plen; local
1282 plen = strlen(path);
1284 if (plen == 0)
1285 return plen;
1288 p = path + plen - 1;
/linux-master/kernel/sched/
H A Ddebug.c544 static void task_group_path(struct task_group *tg, char *path, int plen) argument
546 if (autogroup_path(tg, path, plen))
549 cgroup_path(tg->css.cgroup, path, plen);
/linux-master/lib/
H A Dbch.c1119 const int plen = DIV_ROUND_UP(bch->ecc_bits+1, 32); local
1136 lo = (j+1 < plen) ?
H A Dtest_bpf.c321 unsigned int plen)
331 rlen = (len % plen) - 1;
333 for (i = 0; i + plen < len; i += plen)
334 for (j = 0; j < plen; j++)
336 plen - 1 - j, 0, 0);
320 __bpf_fill_ja(struct bpf_test *self, unsigned int len, unsigned int plen) argument
/linux-master/lib/crypto/
H A Daesgcm.c568 int plen; member in struct:__anon678
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
698 int plen = aesgcm_tv[i].plen; local
[all...]
/linux-master/net/6lowpan/
H A Ddebugfs.c76 ctx->plen = val;
89 *val = ctx->plen;
207 &t->table[i].pfx, t->table[i].plen,
H A Diphc.c218 ipv6_addr_prefix(&addr_pfx, addr, table[i].plen);
221 * zero. Otherwise we use table[i]->plen.
223 if (table[i].plen < 64)
226 addr_plen = table[i].plen;
236 if (table[i].plen > ret->plen)
264 /* setting plen */
265 addr_mcast.s6_addr[3] = table[i].plen;
268 table[i].plen);
384 ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen);
[all...]
/linux-master/net/batman-adv/
H A Dtp_meter.c781 * @plen: size of the payload of a single message
788 static int batadv_tp_wait_available(struct batadv_tp_vars *tp_vars, size_t plen) argument
793 batadv_tp_avail(tp_vars, plen),
/linux-master/net/bluetooth/
H A Dhci_core.c3093 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, argument
3098 BT_DBG("%s opcode 0x%4.4x plen %d", hdev->name, opcode, plen);
3100 skb = hci_prepare_cmd(hdev, opcode, plen, param);
3117 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, argument
3135 skb = hci_prepare_cmd(hdev, opcode, plen, param);
H A Dhci_request.c214 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, argument
217 int len = HCI_COMMAND_HDR_SIZE + plen;
227 hdr->plen = plen;
229 if (plen)
230 skb_put_data(skb, param, plen);
241 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, argument
247 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen);
255 skb = hci_prepare_cmd(hdev, opcode, plen, para
271 hci_req_add(struct hci_request *req, u16 opcode, u32 plen, const void *param) argument
569 u32 plen; local
[all...]
H A Dhci_request.h49 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen,
51 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen,
64 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen,
H A Dhci_sock.c790 hdr->plen = sizeof(*ev) + dlen;
H A Dhci_sync.c53 u32 plen, const void *param,
56 int len = HCI_COMMAND_HDR_SIZE + plen;
66 hdr->plen = plen;
68 if (plen)
69 skb_put_data(skb, param, plen);
87 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, argument
93 bt_dev_dbg(hdev, "opcode 0x%4.4x plen %d", opcode, plen);
101 skb = hci_cmd_sync_alloc(hdev, opcode, plen, para
52 hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, struct sock *sk) argument
151 __hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u8 event, u32 timeout, struct sock *sk) argument
209 __hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u32 timeout) argument
217 hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u32 timeout) argument
236 __hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u8 event, u32 timeout) argument
245 __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u8 event, u32 timeout, struct sock *sk) argument
275 __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u32 timeout) argument
6219 u32 plen; local
[all...]
/linux-master/net/can/
H A Disotp.c293 static const u8 plen[] = { local
307 return plen[datalen];
/linux-master/net/ceph/
H A Dosd_client.c103 static int calc_layout(struct ceph_file_layout *layout, u64 off, u64 *plen, argument
106 u64 orig_len = *plen;
114 *plen = *objlen;
116 orig_len - *plen, off, *plen);
1081 u64 off, u64 *plen,
1108 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen);
5752 size_t poff, plen; local
5754 page = ceph_msg_data_next(cursor, &poff, &plen);
5755 if (plen > le
1078 ceph_osdc_new_request(struct ceph_osd_client *osdc, struct ceph_file_layout *layout, struct ceph_vino vino, u64 off, u64 *plen, unsigned int which, int num_ops, int opcode, int flags, struct ceph_snap_context *snapc, u32 truncate_seq, u64 truncate_size, bool use_mempool) argument
[all...]
H A Dosdmap.c277 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) argument
298 *plen = len;
/linux-master/net/core/
H A Dfilter.c2563 int, plen, u64, flags)
2567 if (unlikely((plen && plen < sizeof(*params)) || flags))
2570 ri->flags = BPF_F_NEIGH | (plen ? BPF_F_NEXTHOP : 0);
2574 if (plen)
6110 if (res.f6i->fib6_prefsrc.plen) {
6143 struct bpf_fib_lookup *, params, int, plen, u32, flags)
6145 if (plen < sizeof(*params))
6177 struct bpf_fib_lookup *, params, int, plen, u32, flags)
6183 if (plen < sizeo
[all...]
H A Dskbuff.c3081 unsigned int plen, unsigned int *off,
3091 if (*off >= plen) {
3092 *off -= plen;
3098 plen -= *off;
3102 unsigned int flen = min(*len, plen);
3108 plen -= flen;
3110 } while (*len && plen);
3738 int plen = 0; /* length of skb->head fragment */ local
3755 plen = min_t(int, skb_headlen(from), len);
3756 if (plen) {
3080 __splice_segment(struct page *page, unsigned int poff, unsigned int plen, unsigned int *off, unsigned int *len, struct splice_pipe_desc *spd, bool linear, struct sock *sk, struct pipe_inode_info *pipe) argument
[all...]
/linux-master/net/dccp/
H A Dfeat.c1221 u8 *plist, plen, type = dccp_feat_type(feat); local
1274 plen = len;
1277 plen = len - 1;
1281 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) {

Completed in 730 milliseconds

123456789