Searched refs:tc_prog (Results 1 – 5 of 5) sorted by relevance
210 struct bpf_program *tc_prog, *xdp_prog; in test_xdp_context_veth() local246 tc_prog = bpf_object__find_program_by_name(skel->obj, "ing_cls"); in test_xdp_context_veth()247 if (!ASSERT_OK_PTR(tc_prog, "open ing_cls prog")) in test_xdp_context_veth()250 tc_opts.prog_fd = bpf_program__fd(tc_prog); in test_xdp_context_veth()284 dump_err_stream(tc_prog); in test_xdp_context_veth()360 struct bpf_program *tc_prog, in test_tuntap_mirred() argument390 tc_opts.prog_fd = bpf_program__fd(tc_prog); in test_tuntap_mirred()422 dump_err_stream(tc_prog); in test_tuntap_mirred()
101 WARN_ON(bv->tc_prog); in nfp_bpf_vnic_free()147 if (bv->tc_prog != oldprog) { in nfp_bpf_setup_tc_block_cb()158 bv->tc_prog = cls_bpf->prog; in nfp_bpf_setup_tc_block_cb()159 nn->port->tc_offload_cnt = !!bv->tc_prog; in nfp_bpf_setup_tc_block_cb()195 prog = bv->tc_prog; in nfp_bpf_check_mtu()
554 struct bpf_prog *tc_prog; member
185 | **# bpftool net attach tcx_ingress name tc_prog dev lo**192 lo(1) tcx/ingress tc_prog prog_id 29195 | **# bpftool net attach tcx_ingress name tc_prog dev lo**
103 int tc_prog(struct __sk_buff *skb) in tc_prog() 102 SEC("cls_test") int tc_prog(struct __sk_buff *skb) tc_prog() function