Searched refs:ct_show_zone (Results 1 – 1 of 1) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_conntrack_standalone.c | 194 static void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() function 216 static inline void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() function 335 ct_show_zone(s, ct, NF_CT_ZONE_DIR_ORIG); in ct_seq_show() 347 ct_show_zone(s, ct, NF_CT_ZONE_DIR_REPL); in ct_seq_show() 366 ct_show_zone(s, ct, NF_CT_DEFAULT_ZONE_DIR); in ct_seq_show()
|