Lines Matching refs:pktgen_dev

266 struct pktgen_dev {  struct
479 static int pktgen_remove_device(struct pktgen_thread *t, struct pktgen_dev *i);
481 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
489 static void pktgen_clear_counters(struct pktgen_dev *pkt_dev);
490 static void fill_imix_distribution(struct pktgen_dev *pkt_dev);
562 const struct pktgen_dev *pkt_dev = seq->private; in pktgen_if_show()
840 struct pktgen_dev *pkt_dev) in get_imix_entries()
890 static ssize_t get_labels(const char __user *buffer, struct pktgen_dev *pkt_dev) in get_labels()
953 struct pktgen_dev *pkt_dev = seq->private; in pktgen_if_write()
1828 const struct pktgen_dev *pkt_dev; in pktgen_thread_show()
1963 static struct pktgen_dev *__pktgen_NN_threads(const struct pktgen_net *pn, in __pktgen_NN_threads()
1967 struct pktgen_dev *pkt_dev = NULL; in __pktgen_NN_threads()
1988 struct pktgen_dev *pkt_dev = NULL; in pktgen_mark_device()
2025 struct pktgen_dev *pkt_dev; in pktgen_change_name()
2075 struct pktgen_dev *pkt_dev, in pktgen_dev_get_by_name()
2096 struct pktgen_dev *pkt_dev, const char *ifname) in pktgen_setup_dev()
2132 static void pktgen_setup_inject(struct pktgen_dev *pkt_dev) in pktgen_setup_inject()
2261 static void spin(struct pktgen_dev *pkt_dev, ktime_t spin_until) in spin()
2300 static inline void set_pkt_overhead(struct pktgen_dev *pkt_dev) in set_pkt_overhead()
2308 static inline int f_seen(const struct pktgen_dev *pkt_dev, int flow) in f_seen()
2313 static inline int f_pick(struct pktgen_dev *pkt_dev) in f_pick()
2345 static void get_ipsec_sa(struct pktgen_dev *pkt_dev, int flow) in get_ipsec_sa()
2374 static void set_cur_queue_map(struct pktgen_dev *pkt_dev) in set_cur_queue_map()
2399 static void mod_cur_headers(struct pktgen_dev *pkt_dev) in mod_cur_headers()
2605 static void fill_imix_distribution(struct pktgen_dev *pkt_dev) in fill_imix_distribution()
2638 static int pktgen_output_ipsec(struct sk_buff *skb, struct pktgen_dev *pkt_dev) in pktgen_output_ipsec()
2677 static void free_SAs(struct pktgen_dev *pkt_dev) in free_SAs()
2692 static int process_ipsec(struct pktgen_dev *pkt_dev, in process_ipsec()
2738 static void mpls_push(__be32 *mpls, struct pktgen_dev *pkt_dev) in mpls_push()
2754 static void pktgen_finalize_skb(struct pktgen_dev *pkt_dev, struct sk_buff *skb, in pktgen_finalize_skb()
2834 struct pktgen_dev *pkt_dev) in pktgen_alloc_skb()
2861 struct pktgen_dev *pkt_dev) in fill_packet_ipv4()
2989 struct pktgen_dev *pkt_dev) in fill_packet_ipv6()
3119 struct pktgen_dev *pkt_dev) in fill_packet()
3127 static void pktgen_clear_counters(struct pktgen_dev *pkt_dev) in pktgen_clear_counters()
3140 struct pktgen_dev *pkt_dev; in pktgen_run()
3192 const struct pktgen_dev *pkt_dev; in thread_is_running()
3274 static void show_results(struct pktgen_dev *pkt_dev, int nr_frags) in show_results()
3316 static int pktgen_stop_device(struct pktgen_dev *pkt_dev) in pktgen_stop_device()
3336 static struct pktgen_dev *next_to_run(struct pktgen_thread *t) in next_to_run()
3338 struct pktgen_dev *pkt_dev, *best = NULL; in next_to_run()
3356 struct pktgen_dev *pkt_dev; in pktgen_stop()
3376 struct pktgen_dev *cur; in pktgen_rem_one_if()
3381 cur = list_entry(q, struct pktgen_dev, list); in pktgen_rem_one_if()
3398 struct pktgen_dev *cur; in pktgen_rem_all_ifs()
3405 cur = list_entry(q, struct pktgen_dev, list); in pktgen_rem_all_ifs()
3420 static void pktgen_resched(struct pktgen_dev *pkt_dev) in pktgen_resched()
3427 static void pktgen_wait_for_skb(struct pktgen_dev *pkt_dev) in pktgen_wait_for_skb()
3443 static void pktgen_xmit(struct pktgen_dev *pkt_dev) in pktgen_xmit()
3607 struct pktgen_dev *pkt_dev = NULL; in pktgen_thread_worker()
3676 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t, in pktgen_find_dev()
3679 struct pktgen_dev *p, *pkt_dev = NULL; in pktgen_find_dev()
3703 struct pktgen_dev *pkt_dev) in add_dev_to_thread()
3734 struct pktgen_dev *pkt_dev; in pktgen_add_device()
3746 pkt_dev = kzalloc_node(sizeof(struct pktgen_dev), GFP_KERNEL, node); in pktgen_add_device()
3876 struct pktgen_dev *pkt_dev) in _rem_dev_from_if_list()
3879 struct pktgen_dev *p; in _rem_dev_from_if_list()
3883 p = list_entry(q, struct pktgen_dev, list); in _rem_dev_from_if_list()
3891 struct pktgen_dev *pkt_dev) in pktgen_remove_device()