Lines Matching defs:act_bpf_ops
33 static struct tc_action_ops act_bpf_ops;
284 struct tc_action_net *tn = net_generic(net, act_bpf_ops.net_id);
311 &act_bpf_ops, bind, true, flags);
394 static struct tc_action_ops act_bpf_ops __read_mostly = {
407 struct tc_action_net *tn = net_generic(net, act_bpf_ops.net_id);
409 return tc_action_net_init(net, tn, &act_bpf_ops);
414 tc_action_net_exit(net_list, act_bpf_ops.net_id);
420 .id = &act_bpf_ops.net_id,
426 return tcf_register_action(&act_bpf_ops, &bpf_net_ops);
431 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops);