Searched refs:fp (Results 201 - 225 of 766) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c353 FILE *fp; local
356 fp = fopen(path, "r");
358 if (fscanf(fp, "%ld %ld ", &val[0], &val[1]) < 2)
360 fclose(fp);
402 FILE *fp; local
404 fp = fopen(CLOCKSOURCE_PATH, "r");
405 TEST_ASSERT(fp, "failed to open clocksource file, errno: %d", errno);
407 TEST_ASSERT(!fstat(fileno(fp), &st), "failed to stat clocksource file, errno: %d",
413 TEST_ASSERT(fgets(clk_name, st.st_size, fp), "failed to read clocksource file: %d",
414 ferror(fp));
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c98 static int qib_get_base_info(struct file *fp, void __user *ubase, argument
101 struct qib_ctxtdata *rcd = ctxt_fp(fp);
117 master = !subctxt_fp(fp);
206 unsigned slave = subctxt_fp(fp) - 1;
215 cvt_kvaddr(&rcd->user_event_mask[subctxt_fp(fp)]);
243 kinfo->spi_subctxt = subctxt_fp(fp);
262 * @fp: the qib device file
284 static int qib_tid_update(struct qib_ctxtdata *rcd, struct file *fp, argument
296 unsigned subctxt = subctxt_fp(fp);
318 tid = tidcursor_fp(fp);
974 qib_mmapf(struct file *fp, struct vm_area_struct *vma) argument
1080 qib_poll_urgent(struct qib_ctxtdata *rcd, struct file *fp, struct poll_table_struct *pt) argument
1102 qib_poll_next(struct qib_ctxtdata *rcd, struct file *fp, struct poll_table_struct *pt) argument
1123 qib_poll(struct file *fp, struct poll_table_struct *pt) argument
1141 assign_ctxt_affinity(struct file *fp, struct qib_devdata *dd) argument
1283 setup_ctxt(struct qib_pportdata *ppd, int ctxt, struct file *fp, const struct qib_user_info *uinfo) argument
1353 choose_port_ctxt(struct file *fp, struct qib_devdata *dd, u32 port, const struct qib_user_info *uinfo) argument
1390 find_free_ctxt(int unit, struct file *fp, const struct qib_user_info *uinfo) argument
1404 get_a_ctxt(struct file *fp, const struct qib_user_info *uinfo, unsigned alg) argument
1474 find_shared_ctxt(struct file *fp, const struct qib_user_info *uinfo) argument
1518 qib_open(struct inode *in, struct file *fp) argument
1561 do_qib_user_sdma_queue_create(struct file *fp) argument
1583 qib_assign_ctxt(struct file *fp, const struct qib_user_info *uinfo) argument
1648 qib_do_user_init(struct file *fp, const struct qib_user_info *uinfo) argument
1789 qib_close(struct inode *in, struct file *fp) argument
1877 qib_ctxt_info(struct file *fp, struct qib_ctxt_info __user *uinfo) argument
2032 qib_write(struct file *fp, const char __user *data, size_t count, loff_t *off) argument
2243 struct qib_filedata *fp = iocb->ki_filp->private_data; local
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c330 struct fc_frame *fp,
337 fh = (struct fc_frame_header *)fc_frame_header_get(fp);
353 crc = fcoe_fc_crc(fp);
354 fc_frame_init(fp);
355 fr_dev(fp) = lport;
356 fr_sof(fp) = FC_SOF_I3;
357 fr_eof(fp) = FC_EOF_T;
358 fr_crc(fp) = cpu_to_le32(~crc);
361 fc_exch_recv(lport, fp);
423 struct fc_frame *fp; local
329 qedf_process_l2_frame_compl(struct qedf_rport *fcport, struct fc_frame *fp, u16 l2_oxid) argument
500 qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) argument
544 struct fc_frame *fp; local
839 struct fc_frame *fp; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h27 LONG_S fp, THREAD_REG30(\thread) variable
40 LONG_L fp, THREAD_REG30(\thread) variable
/linux-master/arch/arm/nwfpe/
H A Dfpa11.c73 void nwfpe_init_fpa(union fp_state *fp) argument
75 FPA11 *fpa11 = (FPA11 *)fp;
/linux-master/drivers/misc/mei/
H A Dclient.h136 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp);
143 const struct file *fp);
146 const struct file *fp);
147 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp);
149 struct mei_cl_vtag *mei_cl_vtag_alloc(struct file *fp, u8 vtag);
248 int mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp);
272 int mei_cl_dma_alloc_and_map(struct mei_cl *cl, const struct file *fp,
274 int mei_cl_dma_unmap(struct mei_cl *cl, const struct file *fp);
H A Dclient.c360 * mei_cl_set_read_by_fp - set pending_read flag to vtag struct for given fp
363 * @fp: pointer to file structure
368 const struct file *fp)
373 if (cl_vtag->fp == fp) {
385 * @fp: pointer to file structure
391 const struct file *fp)
400 cb->fp = fp;
435 * @fp
367 mei_cl_set_read_by_fp(const struct mei_cl *cl, const struct file *fp) argument
389 mei_io_cb_init(struct mei_cl *cl, enum mei_cb_file_ops type, const struct file *fp) argument
437 mei_io_tx_list_free_cl(struct list_head *head, const struct mei_cl *cl, const struct file *fp) argument
455 mei_io_list_free_fp(struct list_head *head, const struct file *fp) argument
487 mei_cl_alloc_cb(struct mei_cl *cl, size_t length, enum mei_cb_file_ops fop_type, const struct file *fp) argument
522 mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, enum mei_cb_file_ops fop_type, const struct file *fp) argument
549 mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) argument
572 mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) argument
1121 mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl, const struct file *fp) argument
1297 mei_cl_vtag_alloc(struct file *fp, u8 vtag) argument
1409 const struct file *fp; local
1521 mei_cl_notify_request(struct mei_cl *cl, const struct file *fp, u8 request) argument
1674 mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp) argument
2314 mei_cl_dma_alloc_and_map(struct mei_cl *cl, const struct file *fp, u8 buffer_id, size_t size) argument
2408 mei_cl_dma_unmap(struct mei_cl *cl, const struct file *fp) argument
[all...]
/linux-master/sound/usb/
H A Dendpoint.h15 const struct audioformat *fp,
29 const struct audioformat *fp,
H A Dimplicit.c405 const struct audioformat *fp,
411 if (fp->channels < 1)
414 if (!(fp->formats & pcm_format_to_bits(pcm_format)))
417 if (fp->rates & SNDRV_PCM_RATE_CONTINUOUS) {
418 if (rate < fp->rate_min || rate > fp->rate_max)
421 for (i = 0; i < fp->nr_rates; i++) {
422 if (fp->rate_table[i] == rate)
425 if (i >= fp->nr_rates)
430 if (fp
404 match_endpoint_audioformats(struct snd_usb_substream *subs, const struct audioformat *fp, int rate, int channels, snd_pcm_format_t pcm_format) argument
463 const struct audioformat *fp, *sync_fmt = NULL; local
[all...]
/linux-master/tools/perf/util/
H A Dbpf-event.h38 FILE *fp);
55 FILE *fp __maybe_unused)
H A Dsession.h126 size_t perf_session__fprintf(struct perf_session *session, FILE *fp);
128 size_t perf_session__fprintf_dsos(struct perf_session *session, FILE *fp);
130 size_t perf_session__fprintf_dsos_buildid(struct perf_session *session, FILE *fp,
133 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp,
144 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
/linux-master/drivers/bus/mhi/host/
H A Ddebugfs.c296 static int mhi_debugfs_states_open(struct inode *inode, struct file *fp) argument
298 return single_open(fp, mhi_debugfs_states_show, inode->i_private);
301 static int mhi_debugfs_events_open(struct inode *inode, struct file *fp) argument
303 return single_open(fp, mhi_debugfs_events_show, inode->i_private);
306 static int mhi_debugfs_channels_open(struct inode *inode, struct file *fp) argument
308 return single_open(fp, mhi_debugfs_channels_show, inode->i_private);
311 static int mhi_debugfs_devices_open(struct inode *inode, struct file *fp) argument
313 return single_open(fp, mhi_debugfs_devices_show, inode->i_private);
316 static int mhi_debugfs_regdump_open(struct inode *inode, struct file *fp) argument
318 return single_open(fp, mhi_debugfs_regdump_sho
321 mhi_debugfs_device_wake_open(struct inode *inode, struct file *fp) argument
326 mhi_debugfs_timeout_ms_open(struct inode *inode, struct file *fp) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c638 struct qede_fastpath *fp,
645 napi_gro_receive(&fp->napi, skb);
918 struct qede_fastpath *fp,
953 skb_record_rx_queue(skb, fp->rxq->rxq_id);
954 qede_skb_receive(edev, fp, fp->rxq, skb, vlan_tag);
973 struct qede_fastpath *fp,
976 struct qede_rx_queue *rxq = fp->rxq;
1017 qede_gro_receive(edev, fp, skb, tpa_info->vlan_tag);
1080 struct qede_fastpath *fp,
637 qede_skb_receive(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_rx_queue *rxq, struct sk_buff *skb, u16 vlan_tag) argument
917 qede_gro_receive(struct qede_dev *edev, struct qede_fastpath *fp, struct sk_buff *skb, u16 vlan_tag) argument
972 qede_tpa_end(struct qede_dev *edev, struct qede_fastpath *fp, struct eth_fast_path_rx_tpa_end_cqe *cqe) argument
1079 qede_rx_xdp(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_rx_queue *rxq, struct bpf_prog *prog, struct sw_rx_data *bd, struct eth_fast_path_rx_reg_cqe *cqe, u16 *data_offset, u16 *len) argument
1223 qede_rx_process_tpa_cqe(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_rx_queue *rxq, union eth_rx_cqe *cqe, enum eth_rx_cqe_type type) argument
1243 qede_rx_process_cqe(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_rx_queue *rxq) argument
1339 qede_rx_int(struct qede_fastpath *fp, int budget) argument
1377 qede_poll_is_more_work(struct qede_fastpath *fp) argument
1418 struct qede_fastpath *fp = container_of(napi, struct qede_fastpath, local
1469 struct qede_fastpath *fp = fp_cookie; local
[all...]
/linux-master/tools/testing/selftests/resctrl/
H A Dcmt_test.c64 FILE *fp; local
67 fp = fopen(param->filename, "r");
68 if (!fp) {
74 while (fgets(temp, sizeof(temp), fp)) {
88 fclose(fp);
/linux-master/security/selinux/ss/
H A Davtab.c339 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, argument
358 rc = next_entry(buf32, fp, sizeof(u32));
368 rc = next_entry(buf32, fp, sizeof(u32) * items2);
428 rc = next_entry(buf16, fp, sizeof(u16) * 4);
462 rc = next_entry(&xperms.specified, fp, sizeof(u8));
467 rc = next_entry(&xperms.driver, fp, sizeof(u8));
472 rc = next_entry(buf32, fp,
482 rc = next_entry(buf32, fp, sizeof(u32));
503 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) argument
509 rc = next_entry(buf, fp, sizeo
546 avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp) argument
582 avtab_write(struct policydb *p, struct avtab *a, void *fp) argument
[all...]
/linux-master/drivers/accessibility/speakup/
H A Ddevsynth.c14 static ssize_t speakup_file_write(struct file *fp, const char __user *buffer, argument
39 static ssize_t speakup_file_writeu(struct file *fp, const char __user *buffer, argument
130 static ssize_t speakup_file_read(struct file *fp, char __user *buf, argument
136 static int speakup_file_open(struct inode *ip, struct file *fp) argument
145 static int speakup_file_release(struct inode *ip, struct file *fp) argument
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2411 struct ksmbd_file *fp,
2426 fp->stream.name = xattr_stream_name;
2427 fp->stream.size = xattr_stream_size;
2437 if (fp->cdoption == FILE_OPEN_LE) {
2502 struct ksmbd_file *fp)
2512 da.attr = le32_to_cpu(fp->f_ci->m_fattr);
2513 da.itime = da.create_time = fp->create_time;
2523 const struct path *path, struct ksmbd_file *fp)
2528 fp->f_ci->m_fattr &= ~(FILE_ATTRIBUTE_HIDDEN_LE | FILE_ATTRIBUTE_SYSTEM_LE);
2538 fp
2410 smb2_set_stream_name_xattr(const struct path *path, struct ksmbd_file *fp, char *stream_name, int s_type) argument
2501 smb2_new_xattrs(struct ksmbd_tree_connect *tcon, const struct path *path, struct ksmbd_file *fp) argument
2522 smb2_update_xattrs(struct ksmbd_tree_connect *tcon, const struct path *path, struct ksmbd_file *fp) argument
2638 struct ksmbd_file *fp; member in struct:durable_info
2804 struct ksmbd_file *fp = NULL; local
4554 smb2_get_ea(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp, void *rsp_org) argument
4708 get_file_access_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4719 get_file_basic_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4753 get_file_standard_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4791 get_file_all_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4857 get_file_alternate_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4878 get_file_stream_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
4983 get_file_internal_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5003 get_file_network_open_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5050 get_file_position_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5061 get_file_mode_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5072 get_file_compression_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5098 get_file_attribute_tag_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5117 find_file_posix_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) argument
5170 struct ksmbd_file *fp; local
5499 struct ksmbd_file *fp; local
5679 struct ksmbd_file *fp; local
5807 smb2_rename(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_file_rename_info *file_info, struct nls_table *local_nls) argument
5954 set_file_basic_info(struct ksmbd_file *fp, struct smb2_file_basic_info *file_info, struct ksmbd_share_config *share) argument
6038 set_file_allocation_info(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_file_alloc_info *file_alloc_info) argument
6094 set_end_of_file_info(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_file_eof_info *file_eof_info) argument
6127 set_rename_info(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_file_rename_info *rename_info, unsigned int buf_len) argument
6146 set_file_disposition_info(struct ksmbd_file *fp, struct smb2_file_disposition_info *file_info) argument
6168 set_file_position_info(struct ksmbd_file *fp, struct smb2_file_pos_info *file_info) argument
6191 set_file_mode_info(struct ksmbd_file *fp, struct smb2_file_mode_info *file_info) argument
6222 smb2_set_info_file(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_set_info_req *req, struct ksmbd_share_config *share) argument
6314 smb2_set_info_sec(struct ksmbd_file *fp, int addition_info, char *buffer, int buf_len) argument
6335 struct ksmbd_file *fp = NULL; local
6555 struct ksmbd_file *fp = NULL; local
6781 smb2_write_rdma_channel(struct ksmbd_work *work, struct smb2_write_req *req, struct ksmbd_file *fp, loff_t offset, size_t length, bool sync) argument
6821 struct ksmbd_file *fp = NULL; local
7163 struct ksmbd_file *fp = NULL; local
7800 struct ksmbd_file *fp; local
7875 struct ksmbd_file *fp; local
7918 struct ksmbd_file *fp; local
8101 struct ksmbd_file *fp; local
8164 struct ksmbd_file *fp; local
8290 struct ksmbd_file *fp; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c513 func(&vcpu->arch.fp.fpscr, &ps0_out, &ps0_in1, &ps0_in2, &ps0_in3);
530 func(&vcpu->arch.fp.fpscr, &qpr[reg_out], &ps1_in1, &ps1_in2, &ps1_in3);
562 func(&vcpu->arch.fp.fpscr, &ps0_out, &ps0_in1, &ps0_in2);
578 func(&vcpu->arch.fp.fpscr, &ps1_out, &ps1_in1, &ps1_in2);
604 func(&vcpu->arch.fp.fpscr, &ps0_out, &ps0_in);
613 func(&vcpu->arch.fp.fpscr, &qpr[reg_out], &ps1_in);
669 for (i = 0; i < ARRAY_SIZE(vcpu->arch.fp.fpr); i++) {
1101 fpd_fadds(&vcpu->arch.fp.fpscr, &cr, fpr_d, fpr_a, fpr_b);
1105 fpd_fsubs(&vcpu->arch.fp.fpscr, &cr, fpr_d, fpr_a, fpr_b);
1109 fpd_fdivs(&vcpu->arch.fp
[all...]
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c265 static int coproc_open(struct inode *inode, struct file *fp) argument
275 fp->private_data = cp_inst;
280 static int coproc_ioc_tx_win_open(struct file *fp, unsigned long arg) argument
288 cp_inst = fp->private_data;
326 static int coproc_release(struct inode *inode, struct file *fp) argument
328 struct coproc_instance *cp_inst = fp->private_data;
342 fp->private_data = NULL;
398 struct file *fp = vma->vm_file; local
399 struct coproc_instance *cp_inst = fp->private_data;
471 static int coproc_mmap(struct file *fp, struc argument
546 coproc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dfs.c17 qla_dfs_rport_get(struct fc_port *fp, int attr_id, u64 *val) argument
22 if (!(fp->nvme_flag & NVME_FLAG_REGISTERED))
24 *val = fp->nvme_remote_port->dev_loss_tmo;
33 qla_dfs_rport_set(struct fc_port *fp, int attr_id, u64 val) argument
38 if (!(fp->nvme_flag & NVME_FLAG_REGISTERED))
41 return nvme_fc_set_remoteport_devloss(fp->nvme_remote_port,
55 struct fc_port *fp = data; \
56 return qla_dfs_rport_get(fp, _attr_id, val); \
60 struct fc_port *fp = data; \
61 return qla_dfs_rport_set(fp, _attr_i
106 qla2x00_dfs_create_rport(scsi_qla_host_t *vha, struct fc_port *fp) argument
140 qla2x00_dfs_remove_rport(scsi_qla_host_t *vha, struct fc_port *fp) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_fprobe.c45 struct fprobe fp; member in struct:trace_fprobe
73 return tf->fp.exit_handler != NULL;
125 return fprobe_is_registered(&tf->fp);
218 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, argument
222 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp);
340 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, argument
344 struct trace_fprobe *tf = container_of(fp, struct trace_fprobe, fp);
357 static void fexit_dispatcher(struct fprobe *fp, unsigne argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c29 static ssize_t ta_if_load_debugfs_write(struct file *fp, const char *buf,
31 static ssize_t ta_if_unload_debugfs_write(struct file *fp, const char *buf,
33 static ssize_t ta_if_invoke_debugfs_write(struct file *fp, const char *buf,
144 static ssize_t ta_if_load_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) argument
152 struct amdgpu_device *adev = (struct amdgpu_device *)file_inode(fp)->i_private;
244 static ssize_t ta_if_unload_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) argument
251 struct amdgpu_device *adev = (struct amdgpu_device *)file_inode(fp)->i_private;
290 static ssize_t ta_if_invoke_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) argument
300 struct amdgpu_device *adev = (struct amdgpu_device *)file_inode(fp)->i_private;
/linux-master/sound/mips/
H A Dad1843.c217 const struct ad1843_bitfield *fp; local
222 fp = va_arg(ap, const struct ad1843_bitfield *);
225 reg = fp->reg;
229 mask = (1 << fp->nbits) - 1;
230 *value = w >> fp->lo_bit & mask;
250 const struct ad1843_bitfield *fp; local
260 fp = va_arg(ap, const struct ad1843_bitfield *);
263 reg = fp->reg;
265 WARN_ON(reg != fp->reg);
266 m = ((1 << fp
[all...]
/linux-master/include/linux/
H A Dtty_ldisc.h165 * const u8 *fp, size_t count)``
169 * a pointer to the buffer of input character received by the device. @fp
171 * character was received with a parity error, etc. @fp may be %NULL to
195 * const u8 *fp, size_t count)``
199 * pointer to the buffer of input character received by the device. @fp
201 * character was received with a parity error, etc. @fp may be %NULL to
208 * const u8 *fp, size_t count)``
258 const u8 *fp, size_t count);
262 const u8 *fp, size_t count);
264 const u8 *fp, size_
[all...]
/linux-master/net/sched/
H A Dcls_fw.c161 struct fw_filter __rcu **fp; local
169 fp = &head->ht[fw_hash(f->id)];
171 for (pfp = rtnl_dereference(*fp); pfp;
172 fp = &pfp->next, pfp = rtnl_dereference(*fp)) {
174 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next));
260 struct fw_filter __rcu **fp; local
287 fp = &head->ht[fw_hash(fnew->id)];
288 for (pfp = rtnl_dereference(*fp); pfp;
289 fp
[all...]

Completed in 266 milliseconds

1234567891011>>