Searched refs:protos (Results 1 – 5 of 5) sorted by relevance
298 static struct ip_vs_protocol *protos[] = { in ip_vs_protocol_net_init() 316 for (i = 0; i < ARRAY_SIZE(protos); i++) { in ip_vs_protocol_net_init() 317 ret = register_ip_vs_proto_netns(ipvs, protos[i]); in ip_vs_protocol_net_init() 299 static struct ip_vs_protocol *protos[] = { ip_vs_protocol_net_init() local
17 rc-protos
647 u64 protos = 0; in img_ir_allowed_protos() local653 protos |= dec->type; in img_ir_allowed_protos()655 return protos; in img_ir_allowed_protos()
3028 DECLARE_BITMAP(protos, SCMI_MAX_CHANNELS) = {}; in scmi_debugfs_raw_mode_setup()3042 if (!test_bit(cinfo->id, protos)) { in scmi_debugfs_raw_mode_setup()3044 set_bit(cinfo->id, protos); in scmi_debugfs_raw_mode_setup()
279 The kernel function protos will change and the bpf programs will be