Home
last modified time | relevance | path

Searched refs:autoload (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h205 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
H A Dlibbpf.c8144 int bpf_program__set_autoload(struct bpf_program *prog, bool autoload) in bpf_program__set_autoload() argument
8149 prog->load = autoload; in bpf_program__set_autoload()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c438 bool autoload; member
772 * autoload set to false. in bpf_object__init_prog()
775 prog->autoload = false; in bpf_object__init_prog()
779 prog->autoload = true; in bpf_object__init_prog()
3066 if (!prog->autoload) in obj_needs_vmlinux_btf()
5849 if (!prog->autoload) in bpf_object__relocate_core()
6568 if (!prog->autoload) in bpf_object__relocate()
6583 if (!prog->autoload) in bpf_object__relocate()
7320 if (!prog->autoload) { in bpf_object__load_progs()
8587 return prog->autoload; in bpf_program__autoload()
8590 bpf_program__set_autoload(struct bpf_program *prog, bool autoload) bpf_program__set_autoload() argument
[all...]
H A Dlibbpf.h311 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-cards.c94 static unsigned int autoload = UNSET; variable
106 module_param(autoload, int, 0444);
122 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3496 if (autoload != UNSET) { in bttv_init_card2()
3497 pr_warn("%d: the autoload option is obsolete\n", btv->c.nr); in bttv_init_card2()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-cards.c93 static unsigned int autoload = UNSET; variable
104 module_param(autoload, int, 0444);
120 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3493 if (autoload != UNSET) { in bttv_init_card2()
3494 pr_warn("%d: the autoload option is obsolete\n", btv->c.nr); in bttv_init_card2()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c818 u8 family, bool autoload) in nf_tables_chain_type_lookup()
828 if (autoload) { in nf_tables_chain_type_lookup()
2057 bool autoload) in nft_chain_parse_hook()
2086 family, autoload); in nft_chain_parse_hook()
817 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, u8 family, bool autoload) nf_tables_chain_type_lookup() argument
2054 nft_chain_parse_hook(struct net *net, const struct nlattr * const nla[], struct nft_chain_hook *hook, u8 family, bool autoload) nft_chain_parse_hook() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c920 u8 family, bool autoload) in nf_tables_chain_type_lookup()
930 if (autoload) { in nf_tables_chain_type_lookup()
919 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, u8 family, bool autoload) nf_tables_chain_type_lookup() argument

Completed in 62 milliseconds