Home
last modified time | relevance | path

Searched refs:TCA_BPF_NAME (Results 1 – 5 of 5) sorted by path

/linux/include/uapi/linux/
H A Dpkt_cls.h408 TCA_BPF_NAME, enumerator
/linux/net/sched/
H A Dcls_bpf.c59 [TCA_BPF_NAME] = { .type = NLA_NUL_STRING,
391 if (tb[TCA_BPF_NAME]) { in cls_bpf_prog_from_efd()
392 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
562 nla_put_string(skb, TCA_BPF_NAME, prog->bpf_name)) in cls_bpf_dump_ebpf_info()
/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c146 if (tb[TCA_BPF_NAME]) in do_bpf_filter_dump()
148 libbpf_nla_getattr_str(tb[TCA_BPF_NAME])); in do_bpf_filter_dump()
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h325 TCA_BPF_NAME, enumerator
/linux/tools/lib/bpf/
H A Dnetlink.c715 return nlattr_add(req, TCA_BPF_NAME, name, len + 1); in tc_add_fd_and_name()