Lines Matching refs:OPTS_GET
329 old_prog_fd = OPTS_GET(opts, old_prog_fd, 0); in bpf_xdp_attach()
545 switch (OPTS_GET(hook, attach_point, 0)) { in attach_point_to_config()
549 if (OPTS_GET(hook, parent, 0)) in attach_point_to_config()
597 req.tc.tcm_ifindex = OPTS_GET(hook, ifindex, 0); in tc_qdisc_modify()
621 OPTS_GET(hook, ifindex, 0) <= 0) in bpf_tc_hook_create()
635 OPTS_GET(hook, ifindex, 0) <= 0) in bpf_tc_hook_destroy()
638 switch (OPTS_GET(hook, attach_point, 0)) { in bpf_tc_hook_destroy()
731 ifindex = OPTS_GET(hook, ifindex, 0); in bpf_tc_attach()
732 parent = OPTS_GET(hook, parent, 0); in bpf_tc_attach()
733 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_attach()
735 handle = OPTS_GET(opts, handle, 0); in bpf_tc_attach()
736 priority = OPTS_GET(opts, priority, 0); in bpf_tc_attach()
737 prog_fd = OPTS_GET(opts, prog_fd, 0); in bpf_tc_attach()
738 prog_id = OPTS_GET(opts, prog_id, 0); in bpf_tc_attach()
739 flags = OPTS_GET(opts, flags, 0); in bpf_tc_attach()
805 ifindex = OPTS_GET(hook, ifindex, 0); in __bpf_tc_detach()
806 parent = OPTS_GET(hook, parent, 0); in __bpf_tc_detach()
807 attach_point = OPTS_GET(hook, attach_point, 0); in __bpf_tc_detach()
809 handle = OPTS_GET(opts, handle, 0); in __bpf_tc_detach()
810 priority = OPTS_GET(opts, priority, 0); in __bpf_tc_detach()
811 prog_fd = OPTS_GET(opts, prog_fd, 0); in __bpf_tc_detach()
812 prog_id = OPTS_GET(opts, prog_id, 0); in __bpf_tc_detach()
813 flags = OPTS_GET(opts, flags, 0); in __bpf_tc_detach()
877 ifindex = OPTS_GET(hook, ifindex, 0); in bpf_tc_query()
878 parent = OPTS_GET(hook, parent, 0); in bpf_tc_query()
879 attach_point = OPTS_GET(hook, attach_point, 0); in bpf_tc_query()
881 handle = OPTS_GET(opts, handle, 0); in bpf_tc_query()
882 priority = OPTS_GET(opts, priority, 0); in bpf_tc_query()
883 prog_fd = OPTS_GET(opts, prog_fd, 0); in bpf_tc_query()
884 prog_id = OPTS_GET(opts, prog_id, 0); in bpf_tc_query()
885 flags = OPTS_GET(opts, flags, 0); in bpf_tc_query()