Home
last modified time | relevance | path

Searched refs:TCA_ACT_BPF_OPS (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/sched/
Dact_bpf.c107 nla = nla_reserve(skb, TCA_ACT_BPF_OPS, prog->bpf_num_ops * in tcf_bpf_dump_bpf_info()
183 [TCA_ACT_BPF_OPS] = { .type = NLA_BINARY,
200 if (bpf_size != nla_len(tb[TCA_ACT_BPF_OPS])) in tcf_bpf_init_from_ops()
203 bpf_ops = kmemdup(nla_data(tb[TCA_ACT_BPF_OPS]), bpf_size, GFP_KERNEL); in tcf_bpf_init_from_ops()
335 is_bpf = tb[TCA_ACT_BPF_OPS_LEN] && tb[TCA_ACT_BPF_OPS]; in tcf_bpf_init()
/Linux-v6.6/tools/include/uapi/linux/tc_act/
Dtc_bpf.h20 TCA_ACT_BPF_OPS, enumerator
/Linux-v6.6/include/uapi/linux/tc_act/
Dtc_bpf.h20 TCA_ACT_BPF_OPS, enumerator