Lines Matching refs:handle
674 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info()
720 __u32 protocol, bpf_flags, handle, priority, parent, prog_id, flags; in bpf_tc_attach() local
735 handle = OPTS_GET(opts, handle, 0); in bpf_tc_attach()
758 req.tc.tcm_handle = handle; in bpf_tc_attach()
796 __u32 protocol = 0, handle, priority, parent, prog_id, flags; in __bpf_tc_detach() local
809 handle = OPTS_GET(opts, handle, 0); in __bpf_tc_detach()
820 if (!handle || !priority) in __bpf_tc_detach()
824 if (handle || priority) in __bpf_tc_detach()
835 req.tc.tcm_handle = handle; in __bpf_tc_detach()
867 __u32 protocol, handle, priority, parent, prog_id, flags; in bpf_tc_query() local
881 handle = OPTS_GET(opts, handle, 0); in bpf_tc_query()
888 !handle || !priority) in bpf_tc_query()
901 req.tc.tcm_handle = handle; in bpf_tc_query()