Home
last modified time | relevance | path

Searched refs:glob_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dlb.c104 } glob_arg; variable
213 int npipes = glob_arg.output_rings; in print_stats()
248 if (glob_arg.stdout_interval && sys_int % glob_arg.stdout_interval == 0) in print_stats()
250 if (glob_arg.syslog_interval && sys_int % glob_arg.syslog_interval == 0) in print_stats()
328 glob_arg.ifname, in print_stats()
356 struct port_des *rxport = &ports[glob_arg.output_rings]; in free_buffers()
359 for (i = 0; i < glob_arg.output_rings + 1; i++) { in free_buffers()
377 for (i = 0; i < glob_arg.output_rings + 1; ++i) { in free_buffers()
414 ND("spec %s num_groups %d", spec, glob_arg.num_groups); in parse_pipes()
415 if (max_groups < glob_arg.num_groups + 1) { in parse_pipes()
[all …]
H A Dpkt-gen.c256 struct glob_arg { struct
326 struct glob_arg *g; argument
522 get_if_mtu(const struct glob_arg *g) in get_if_mtu()
831 struct glob_arg *g = t->g; in update_ip()
917 struct glob_arg *g = t->g; in update_ip6()
1209 get_vnet_hdr_len(struct glob_arg *g) in get_vnet_hdr_len()
1234 set_vnet_hdr_len(struct glob_arg *g) in set_vnet_hdr_len()
2440 tx_output(struct glob_arg *g, struct my_ctrs *cur, double delta, const char *msg) in tx_output()
2618 start_threads(struct glob_arg *g) { in start_threads()
2709 main_thread(struct glob_arg *g) in main_thread()
[all …]