Searched refs:tc6 (Results 1 – 3 of 3) sorted by relevance
52 int tc6(struct __sk_buff *skb) in tc6() function
1595 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc6, target), in test_tc_chain_mixed()1604 pid3 = id_from_prog_fd(bpf_program__fd(skel->progs.tc6)); in test_tc_chain_mixed()1623 link = bpf_program__attach_tcx(skel->progs.tc6, loopback, &optl); in test_tc_chain_mixed()1627 skel->links.tc6 = link; in test_tc_chain_mixed()1638 err = bpf_link__update_program(skel->links.tc6, skel->progs.tc4); in test_tc_chain_mixed()1651 err = bpf_link__detach(skel->links.tc6); in test_tc_chain_mixed()
2292 fd3 = bpf_program__fd(skel->progs.tc6); in test_tc_chain_mixed()