Searched refs:pkt_dev (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dpktgen.c445 static void pktgen_clear_counters(struct pktgen_dev *pkt_dev);
528 const struct pktgen_dev *pkt_dev = seq->private; local
534 (unsigned long long)pkt_dev->count, pkt_dev->min_pkt_size,
535 pkt_dev->max_pkt_size);
539 pkt_dev->nfrags, (unsigned long long) pkt_dev->delay,
540 pkt_dev->clone_skb, pkt_dev->odevname);
542 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev
816 get_labels(const char __user *buffer, struct pktgen_dev *pkt_dev) argument
850 struct pktgen_dev *pkt_dev = seq->private; local
1736 const struct pktgen_dev *pkt_dev; local
1873 struct pktgen_dev *pkt_dev = NULL; local
1896 struct pktgen_dev *pkt_dev = NULL; local
1931 struct pktgen_dev *pkt_dev; local
1976 pktgen_dev_get_by_name(struct pktgen_dev *pkt_dev, const char *ifname) argument
1996 pktgen_setup_dev(struct pktgen_dev *pkt_dev, const char *ifname) argument
2031 pktgen_setup_inject(struct pktgen_dev *pkt_dev) argument
2153 spin(struct pktgen_dev *pkt_dev, ktime_t spin_until) argument
2193 set_pkt_overhead(struct pktgen_dev *pkt_dev) argument
2201 f_seen(const struct pktgen_dev *pkt_dev, int flow) argument
2206 f_pick(struct pktgen_dev *pkt_dev) argument
2238 get_ipsec_sa(struct pktgen_dev *pkt_dev, int flow) argument
2258 set_cur_queue_map(struct pktgen_dev *pkt_dev) argument
2284 mod_cur_headers(struct pktgen_dev *pkt_dev) argument
2490 pktgen_output_ipsec(struct sk_buff *skb, struct pktgen_dev *pkt_dev) argument
2518 free_SAs(struct pktgen_dev *pkt_dev) argument
2533 process_ipsec(struct pktgen_dev *pkt_dev, struct sk_buff *skb, __be16 protocol) argument
2572 mpls_push(__be32 *mpls, struct pktgen_dev *pkt_dev) argument
2588 fill_packet_ipv4(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
2952 fill_packet_ipv6(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3134 fill_packet(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3143 pktgen_clear_counters(struct pktgen_dev *pkt_dev) argument
3156 struct pktgen_dev *pkt_dev; local
3204 const struct pktgen_dev *pkt_dev; local
3291 show_results(struct pktgen_dev *pkt_dev, int nr_frags) argument
3321 pktgen_stop_device(struct pktgen_dev *pkt_dev) argument
3343 struct pktgen_dev *pkt_dev, *best = NULL; local
3361 struct pktgen_dev *pkt_dev; local
3440 pktgen_resched(struct pktgen_dev *pkt_dev) argument
3447 pktgen_wait_for_skb(struct pktgen_dev *pkt_dev) argument
3463 pktgen_xmit(struct pktgen_dev *pkt_dev) argument
3566 struct pktgen_dev *pkt_dev = NULL; local
3642 struct pktgen_dev *p, *pkt_dev = NULL; local
3665 add_dev_to_thread(struct pktgen_thread *t, struct pktgen_dev *pkt_dev) argument
3691 struct pktgen_dev *pkt_dev; local
3817 _rem_dev_from_if_list(struct pktgen_thread *t, struct pktgen_dev *pkt_dev) argument
3830 pktgen_remove_device(struct pktgen_thread *t, struct pktgen_dev *pkt_dev) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h99 __u32 pkt_dev; /* in/out: Device nr for packet device */ member in struct:pkt_ctrl_command
261 dev_t pkt_dev; /* our dev */ member in struct:pktcdvd_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c101 static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev);
102 static int pkt_remove_dev(dev_t pkt_dev);
356 MAJOR(pd->pkt_dev), MINOR(pd->pkt_dev),
2660 if (pd->pkt_dev == dev) {
2672 if (pd2->pkt_dev == dev) {
2781 static int pkt_setup_dev(dev_t dev, dev_t* pkt_dev) argument
2838 pd->pkt_dev = MKDEV(pktdev_major, idx);
2849 if (pkt_dev)
2850 *pkt_dev
2872 pkt_remove_dev(dev_t pkt_dev) argument
2947 dev_t pkt_dev = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.c130 static struct device pkt_dev = { variable in typeref:struct:device
1049 const struct device *dev_base = &pkt_dev; /* list of network devices */

Completed in 132 milliseconds