Searched refs:ct_show_zone (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_standalone.c | 197 static void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() function 219 static inline void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() function 340 ct_show_zone(s, ct, NF_CT_ZONE_DIR_ORIG); in ct_seq_show() 353 ct_show_zone(s, ct, NF_CT_ZONE_DIR_REPL); in ct_seq_show() 373 ct_show_zone(s, ct, NF_CT_DEFAULT_ZONE_DIR); in ct_seq_show()
|