| /Linux-v5.4/samples/seccomp/ | 
| D | bpf-helper.c | 19 int bpf_resolve_jumps(struct bpf_labels *labels,  in bpf_resolve_jumps()64 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label)  in seccomp_bpf_label()
 
 | 
| D | bpf-helper.h | 32 	} labels[BPF_LABELS_MAX];  member49 #define JUMP(labels, label) \  argument
 52 #define LABEL(labels, label) \  argument
 60 #define FIND_LABEL(labels, label) seccomp_bpf_label((labels), #label)  argument
 
 | 
| /Linux-v5.4/arch/mips/kvm/ | 
| D | entry.c | 296 	struct uasm_label labels[2];  in kvm_mips_build_enter_guest()  local470 	struct uasm_label labels[2];  in kvm_mips_build_tlb_refill_exception()  local
 545 	struct uasm_label labels[2];  in kvm_mips_build_exception()  local
 588 	struct uasm_label labels[3];  in kvm_mips_build_exit()  local
 820 	struct uasm_label labels[2];  in kvm_mips_build_ret_from_exit()  local
 
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | flattree.c | 77 static void bin_emit_beginnode(void *e, struct label *labels)  in bin_emit_beginnode()82 static void bin_emit_endnode(void *e, struct label *labels)  in bin_emit_endnode()
 87 static void bin_emit_property(void *e, struct label *labels)  in bin_emit_property()
 171 static void asm_emit_beginnode(void *e, struct label *labels)  in asm_emit_beginnode()
 184 static void asm_emit_endnode(void *e, struct label *labels)  in asm_emit_endnode()
 197 static void asm_emit_property(void *e, struct label *labels)  in asm_emit_property()
 
 | 
| D | dtc.h | 146 	struct label *labels;  member165 	struct label *labels;  member
 246 	struct label *labels;  member
 
 | 
| D | livetree.c | 13 void add_label(struct label **labels, char *label)  in add_label()31 void delete_labels(struct label **labels)  in delete_labels()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | mpls_iptunnel.h | 10 	u8	labels;  member
 | 
| /Linux-v5.4/sound/firewire/fireface/ | 
| D | ff-proc.c | 12 	static const char *const labels[] = {  in snd_ff_proc_get_clk_label()  local
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | xt_connlabel.c | 24 	struct nf_conn_labels *labels;  in connlabel_mt()  local
 | 
| D | nf_conntrack_labels.c | 34 	struct nf_conn_labels *labels;  in nf_connlabels_replace()  local
 | 
| D | nft_ct.c | 123 		struct nf_conn_labels *labels = nf_ct_labels_find(ct);  in nft_ct_get_eval()  local
 | 
| /Linux-v5.4/net/openvswitch/ | 
| D | conntrack.c | 68 	struct md_labels labels;  member165 			      struct ovs_key_ct_labels *labels)  in ovs_ct_get_labels()
 369 			      const struct ovs_key_ct_labels *labels,  in ovs_ct_init_labels()
 410 			     const struct ovs_key_ct_labels *labels,  in ovs_ct_set_labels()
 1062 static bool labels_nonzero(const struct ovs_key_ct_labels *labels)  in labels_nonzero()
 1548 			struct md_labels *labels = nla_data(a);  in parse_ct()  local
 
 | 
| D | flow.h | 147 		struct ovs_key_ct_labels labels;  member
 | 
| /Linux-v5.4/include/net/tc_act/ | 
| D | tc_ct.h | 19 	u32 labels[NF_CT_LABELS_MAX_SIZE / sizeof(u32)];  member
 | 
| /Linux-v5.4/sound/firewire/bebob/ | 
| D | bebob.h | 59 	const char *const *labels;  member69 	const char *const *labels;  member
 
 | 
| /Linux-v5.4/security/apparmor/include/ | 
| D | policy_ns.h | 71 	struct aa_labelset labels;  member
 | 
| /Linux-v5.4/tools/bpf/ | 
| D | bpf_exp.y | 469 static char **labels, **labels_jt, **labels_jf, **labels_k;  variable
 | 
| /Linux-v5.4/net/sched/ | 
| D | act_ct.c | 39 	bool labels;  member311 				  u32 *labels,  in tcf_ct_act_set_labels()
 
 | 
| /Linux-v5.4/drivers/hwmon/ | 
| D | dell-smm-hwmon.c | 622 	static const char * const labels[] = {  in i8k_hwmon_temp_label_show()  local658 	static const char * const labels[] = {  in i8k_hwmon_fan_label_show()  local
 
 | 
| /Linux-v5.4/arch/mips/mm/ | 
| D | page.c | 68 static struct uasm_label labels[5];  variable
 | 
| /Linux-v5.4/net/mpls/ | 
| D | af_mpls.c | 1680 		   u8 labels, const u32 label[])  in nla_put_labels()1701 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels,  in nla_get_labels()
 2344 	u32 labels[MAX_NEW_LABELS];  in mpls_getroute()  local
 2505 	struct mpls_route __rcu **labels = NULL, **old;  in resize_platform_label_table()  local
 
 | 
| /Linux-v5.4/drivers/gpio/ | 
| D | gpio-it87.c | 285 	char *labels, **labels_table;  in it87_gpio_init()  local
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | pm-cps.c | 69 static struct uasm_label labels[32];  variable
 | 
| /Linux-v5.4/arch/s390/net/ | 
| D | bpf_jit_comp.c | 49 	int labels[1];		/* Labels for local jumps */  member
 | 
| /Linux-v5.4/drivers/nvdimm/ | 
| D | nd.h | 127 	struct list_head labels;  member
 |