Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_link.c15 int tc_handler(struct __sk_buff *skb) in tc_handler() function
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_link.c132 err = bpf_link__update_program(link, skel1->progs.tc_handler); in serial_test_xdp_link()