Searched refs:iface_entry (Results 1 - 3 of 3) sorted by relevance

/net/netfilter/
H A Dxt_qtaguid.c643 struct iface_stat *iface_entry; local
652 list_for_each_entry(iface_entry, &iface_stat_list, list) {
653 if (!strcmp(ifname, iface_entry->ifname))
656 iface_entry = NULL;
658 return iface_entry;
678 struct iface_stat *iface_entry)
682 cnts = &iface_entry->totals_via_skb;
685 iface_entry->ifname,
741 struct iface_stat *iface_entry; local
749 iface_entry
677 pp_iface_stat_line(struct seq_file *m, struct iface_stat *iface_entry) argument
1260 create_if_tag_stat(struct iface_stat *iface_entry, tag_t tag) argument
1287 struct iface_stat *iface_entry; local
1998 struct iface_stat *iface_entry; local
2520 struct iface_stat *iface_entry; member in struct:proc_print_info
2611 struct iface_stat *iface_entry; local
[all...]
H A Dxt_qtaguid_print.c501 struct iface_stat *iface_entry; local
515 list_for_each_entry(iface_entry, iface_stat_list, list) {
516 str = pp_iface_stat(iface_entry);
520 spin_lock_bh(&iface_entry->tag_stat_list_lock);
521 if (!RB_EMPTY_ROOT(&iface_entry->tag_stat_tree)) {
524 &iface_entry->tag_stat_tree);
527 spin_unlock_bh(&iface_entry->tag_stat_list_lock);
H A Dxt_qtaguid_internal.h247 struct iface_stat *iface_entry; member in struct:iface_stat_work

Completed in 58 milliseconds