Searched defs:is (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dxt_qtaguid_print.h6 * This program is free software; you can redistribute it and/or modify
22 char *pp_iface_stat(struct iface_stat *is);
65 static inline char *pp_iface_stat(struct iface_stat *is) argument
H A Dxt_qtaguid_print.c6 * This program is free software; you can redistribute it and/or modify
12 * Most of the functions in this file just waste time if DEBUG is not defined.
15 * Those funcs that fail to allocate memory will panic as there is no need to
177 char *pp_iface_stat(struct iface_stat *is) argument
180 if (!is) {
183 struct data_counters *cnts = &is->totals_via_skb;
204 is,
205 is->ifname,
206 is->totals_via_dev[IFS_RX].bytes,
207 is
[all...]

Completed in 557 milliseconds