Lines Matching defs:act_vlan_ops
20 static struct tc_action_ops act_vlan_ops;
119 struct tc_action_net *tn = net_generic(net, act_vlan_ops.net_id);
218 &act_vlan_ops, bind, flags);
416 static struct tc_action_ops act_vlan_ops = {
433 struct tc_action_net *tn = net_generic(net, act_vlan_ops.net_id);
435 return tc_action_net_init(net, tn, &act_vlan_ops);
440 tc_action_net_exit(net_list, act_vlan_ops.net_id);
446 .id = &act_vlan_ops.net_id,
452 return tcf_register_action(&act_vlan_ops, &vlan_net_ops);
457 tcf_unregister_action(&act_vlan_ops, &vlan_net_ops);