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