• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/

Lines Matching refs:pktgen_dev

212 struct pktgen_dev {
489 static int pktgen_remove_device(struct pktgen_thread *t, struct pktgen_dev *i);
491 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
496 static int pktgen_stop_device(struct pktgen_dev *pkt_dev);
498 static void pktgen_clear_counters(struct pktgen_dev *pkt_dev);
579 struct pktgen_dev *pkt_dev = seq->private;
838 static ssize_t get_labels(const char __user *buffer, struct pktgen_dev *pkt_dev)
872 struct pktgen_dev *pkt_dev = seq->private;
1672 struct pktgen_dev *pkt_dev;
1813 static struct pktgen_dev *__pktgen_NN_threads(const char *ifname, int remove)
1816 struct pktgen_dev *pkt_dev = NULL;
1838 struct pktgen_dev *pkt_dev = NULL;
1874 struct pktgen_dev *pkt_dev;
1914 /* Associate pktgen_dev with a device. */
1916 static int pktgen_setup_dev(struct pktgen_dev *pkt_dev, const char *ifname)
1948 /* Read pkt_dev from the interface and set up internal pktgen_dev
1951 static void pktgen_setup_inject(struct pktgen_dev *pkt_dev)
2054 static void spin(struct pktgen_dev *pkt_dev, __u64 spin_until_us)
2082 static void mod_cur_headers(struct pktgen_dev *pkt_dev)
2281 static void mpls_push(__be32 *mpls, struct pktgen_dev *pkt_dev)
2298 struct pktgen_dev *pkt_dev)
2639 struct pktgen_dev *pkt_dev)
2820 struct pktgen_dev *pkt_dev)
2828 static void pktgen_clear_counters(struct pktgen_dev *pkt_dev)
2841 struct pktgen_dev *pkt_dev;
2888 struct pktgen_dev *pkt_dev;
2958 static void show_results(struct pktgen_dev *pkt_dev, int nr_frags)
2996 static int pktgen_stop_device(struct pktgen_dev *pkt_dev)
3014 static struct pktgen_dev *next_to_run(struct pktgen_thread *t)
3016 struct pktgen_dev *pkt_dev, *best = NULL;
3034 struct pktgen_dev *pkt_dev;
3058 struct pktgen_dev *cur;
3065 cur = list_entry(q, struct pktgen_dev, list);
3085 struct pktgen_dev *cur;
3093 cur = list_entry(q, struct pktgen_dev, list);
3118 static __inline__ void pktgen_xmit(struct pktgen_dev *pkt_dev)
3261 struct pktgen_dev *pkt_dev = NULL;
3347 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
3350 struct pktgen_dev *p, *pkt_dev = NULL;
3369 struct pktgen_dev *pkt_dev)
3394 struct pktgen_dev *pkt_dev;
3405 pkt_dev = kzalloc(sizeof(struct pktgen_dev), GFP_KERNEL);
3512 struct pktgen_dev *pkt_dev)
3515 struct pktgen_dev *p;
3518 p = list_entry(q, struct pktgen_dev, list);
3525 struct pktgen_dev *pkt_dev)