• Home
  • Raw
  • Download

Lines Matching refs:v

548 static void *smk_seq_next(struct seq_file *s, void *v, loff_t *pos,  in smk_seq_next()  argument
551 struct list_head *list = v; in smk_seq_next()
559 static void smk_seq_stop(struct seq_file *s, void *v) in smk_seq_stop() argument
612 static void *load2_seq_next(struct seq_file *s, void *v, loff_t *pos) in load2_seq_next() argument
614 return smk_seq_next(s, v, pos, &smack_known_list); in load2_seq_next()
617 static int load_seq_show(struct seq_file *s, void *v) in load_seq_show() argument
619 struct list_head *list = v; in load_seq_show()
758 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next() argument
760 return smk_seq_next(s, v, pos, &smack_known_list); in cipso_seq_next()
767 static int cipso_seq_show(struct seq_file *s, void *v) in cipso_seq_show() argument
769 struct list_head *list = v; in cipso_seq_show()
951 static int cipso2_seq_show(struct seq_file *s, void *v) in cipso2_seq_show() argument
953 struct list_head *list = v; in cipso2_seq_show()
1026 static void *net4addr_seq_next(struct seq_file *s, void *v, loff_t *pos) in net4addr_seq_next() argument
1028 return smk_seq_next(s, v, pos, &smk_net4addr_list); in net4addr_seq_next()
1034 static int net4addr_seq_show(struct seq_file *s, void *v) in net4addr_seq_show() argument
1036 struct list_head *list = v; in net4addr_seq_show()
1292 static void *net6addr_seq_next(struct seq_file *s, void *v, loff_t *pos) in net6addr_seq_next() argument
1294 return smk_seq_next(s, v, pos, &smk_net6addr_list); in net6addr_seq_next()
1300 static int net6addr_seq_show(struct seq_file *s, void *v) in net6addr_seq_show() argument
1302 struct list_head *list = v; in net6addr_seq_show()
1856 static void *onlycap_seq_next(struct seq_file *s, void *v, loff_t *pos) in onlycap_seq_next() argument
1858 return smk_seq_next(s, v, pos, &smack_onlycap_list); in onlycap_seq_next()
1861 static int onlycap_seq_show(struct seq_file *s, void *v) in onlycap_seq_show() argument
1863 struct list_head *list = v; in onlycap_seq_show()
2188 static void *load_self_seq_next(struct seq_file *s, void *v, loff_t *pos) in load_self_seq_next() argument
2192 return smk_seq_next(s, v, pos, &tsp->smk_rules); in load_self_seq_next()
2195 static int load_self_seq_show(struct seq_file *s, void *v) in load_self_seq_show() argument
2197 struct list_head *list = v; in load_self_seq_show()
2324 static int load2_seq_show(struct seq_file *s, void *v) in load2_seq_show() argument
2326 struct list_head *list = v; in load2_seq_show()
2396 static void *load_self2_seq_next(struct seq_file *s, void *v, loff_t *pos) in load_self2_seq_next() argument
2400 return smk_seq_next(s, v, pos, &tsp->smk_rules); in load_self2_seq_next()
2403 static int load_self2_seq_show(struct seq_file *s, void *v) in load_self2_seq_show() argument
2405 struct list_head *list = v; in load_self2_seq_show()
2663 static void *relabel_self_seq_next(struct seq_file *s, void *v, loff_t *pos) in relabel_self_seq_next() argument
2667 return smk_seq_next(s, v, pos, &tsp->smk_relabel); in relabel_self_seq_next()
2670 static int relabel_self_seq_show(struct seq_file *s, void *v) in relabel_self_seq_show() argument
2672 struct list_head *list = v; in relabel_self_seq_show()