Home
last modified time | relevance | path

Searched refs:tname (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dact_ipt.c106 char *tname; in __tcf_ipt_init() local
182 tname = kstrdup("mangle", GFP_KERNEL); in __tcf_ipt_init()
183 if (unlikely(!tname)) in __tcf_ipt_init()
190 err = ipt_init_target(net, t, tname, hook); in __tcf_ipt_init()
202 ipt->tcfi_tname = tname; in __tcf_ipt_init()
211 kfree(tname); in __tcf_ipt_init()
/net/core/
Dbpf_sk_storage.c387 const char *tname; in bpf_sk_storage_tracing_allowed() local
407 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
408 return !!strncmp(tname, "bpf_sk_storage", in bpf_sk_storage_tracing_allowed()