Lines Matching refs:OPTS_GET

229 		old_fd = OPTS_GET(opts, old_fd, -1);  in bpf_set_link_xdp_fd_opts()
384 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
388 if (OPTS_GET(hook, parent, 0)) in attach_point_to_config()
436 req.tc.tcm_ifindex = OPTS_GET(hook, ifindex, 0); in tc_qdisc_modify()
460 OPTS_GET(hook, ifindex, 0) <= 0) in bpf_tc_hook_create()
474 OPTS_GET(hook, ifindex, 0) <= 0) in bpf_tc_hook_destroy()
477 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
569 ifindex = OPTS_GET(hook, ifindex, 0); in bpf_tc_attach()
570 parent = OPTS_GET(hook, parent, 0); in bpf_tc_attach()
571 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
573 handle = OPTS_GET(opts, handle, 0); in bpf_tc_attach()
574 priority = OPTS_GET(opts, priority, 0); in bpf_tc_attach()
575 prog_fd = OPTS_GET(opts, prog_fd, 0); in bpf_tc_attach()
576 prog_id = OPTS_GET(opts, prog_id, 0); in bpf_tc_attach()
577 flags = OPTS_GET(opts, flags, 0); in bpf_tc_attach()
642 ifindex = OPTS_GET(hook, ifindex, 0); in __bpf_tc_detach()
643 parent = OPTS_GET(hook, parent, 0); in __bpf_tc_detach()
644 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
646 handle = OPTS_GET(opts, handle, 0); in __bpf_tc_detach()
647 priority = OPTS_GET(opts, priority, 0); in __bpf_tc_detach()
648 prog_fd = OPTS_GET(opts, prog_fd, 0); in __bpf_tc_detach()
649 prog_id = OPTS_GET(opts, prog_id, 0); in __bpf_tc_detach()
650 flags = OPTS_GET(opts, flags, 0); in __bpf_tc_detach()
714 ifindex = OPTS_GET(hook, ifindex, 0); in bpf_tc_query()
715 parent = OPTS_GET(hook, parent, 0); in bpf_tc_query()
716 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
718 handle = OPTS_GET(opts, handle, 0); in bpf_tc_query()
719 priority = OPTS_GET(opts, priority, 0); in bpf_tc_query()
720 prog_fd = OPTS_GET(opts, prog_fd, 0); in bpf_tc_query()
721 prog_id = OPTS_GET(opts, prog_id, 0); in bpf_tc_query()
722 flags = OPTS_GET(opts, flags, 0); in bpf_tc_query()