Lines Matching refs:tcf_action_egdev
1509 struct tcf_action_egdev { struct
1517 .key_offset = offsetof(struct tcf_action_egdev, dev), argument
1518 .head_offset = offsetof(struct tcf_action_egdev, ht_node),
1522 static struct tcf_action_egdev *
1532 static struct tcf_action_egdev *
1535 struct tcf_action_egdev *egdev; in tcf_action_egdev_get()
1556 static void tcf_action_egdev_put(struct tcf_action_egdev *egdev) in tcf_action_egdev_put()
1569 tcf_action_egdev_cb_lookup(struct tcf_action_egdev *egdev, in tcf_action_egdev_cb_lookup()
1580 static int tcf_action_egdev_cb_call(struct tcf_action_egdev *egdev, in tcf_action_egdev_cb_call()
1600 static int tcf_action_egdev_cb_add(struct tcf_action_egdev *egdev, in tcf_action_egdev_cb_add()
1617 static void tcf_action_egdev_cb_del(struct tcf_action_egdev *egdev, in tcf_action_egdev_cb_del()
1632 struct tcf_action_egdev *egdev = tcf_action_egdev_get(dev); in __tc_setup_cb_egdev_register()
1661 struct tcf_action_egdev *egdev = tcf_action_egdev_lookup(dev); in __tc_setup_cb_egdev_unregister()
1681 struct tcf_action_egdev *egdev = tcf_action_egdev_lookup(dev); in tc_setup_cb_egdev_call()