Searched defs:qtaguid_event_counts (Results 1 – 1 of 1) sorted by relevance
266 struct qtaguid_event_counts { struct268 atomic64_t sockets_tagged;269 atomic64_t sockets_untagged;270 atomic64_t counter_set_changes;271 atomic64_t delete_cmds;272 atomic64_t iface_events; /* Number of NETDEV_* events handled */274 atomic64_t match_calls; /* Number of times iptables called mt */276 atomic64_t match_calls_prepost;282 atomic64_t match_found_sk; /* An sk was already in the sk_buff. */284 atomic64_t match_found_sk_in_ct;[all …]