Searched refs:atomic_nb (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dswitchdev.h207 struct notifier_block *atomic_nb; member in struct:switchdev_brport
293 struct notifier_block *atomic_nb,
299 struct notifier_block *atomic_nb,
303 struct notifier_block *atomic_nb,
379 struct notifier_block *atomic_nb,
390 struct notifier_block *atomic_nb,
377 switchdev_bridge_port_offload(struct net_device *brport_dev, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, bool tx_fwd_offload, struct netlink_ext_ack *extack) argument
388 switchdev_bridge_port_unoffload(struct net_device *brport_dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb) argument
/linux-master/net/bridge/
H A Dbr_switchdev.c768 struct notifier_block *atomic_nb,
787 err = br_switchdev_fdb_replay(br_dev, ctx, true, atomic_nb);
796 struct notifier_block *atomic_nb,
802 br_switchdev_fdb_replay(br_dev, ctx, false, atomic_nb);
824 struct notifier_block *atomic_nb,
840 err = nbp_switchdev_sync_objs(p, ctx, atomic_nb, blocking_nb, extack);
853 struct notifier_block *atomic_nb,
856 nbp_switchdev_unsync_objs(p, ctx, atomic_nb, blocking_nb);
863 struct notifier_block *atomic_nb,
867 return nbp_switchdev_sync_objs(p, ctx, atomic_nb, blocking_n
767 nbp_switchdev_sync_objs(struct net_bridge_port *p, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, struct netlink_ext_ack *extack) argument
794 nbp_switchdev_unsync_objs(struct net_bridge_port *p, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb) argument
822 br_switchdev_port_offload(struct net_bridge_port *p, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, bool tx_fwd_offload, struct netlink_ext_ack *extack) argument
852 br_switchdev_port_unoffload(struct net_bridge_port *p, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb) argument
861 br_switchdev_port_replay(struct net_bridge_port *p, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, struct netlink_ext_ack *extack) argument
[all...]
H A Dbr.c226 b->atomic_nb, b->blocking_nb,
234 br_switchdev_port_unoffload(p, b->ctx, b->atomic_nb,
241 err = br_switchdev_port_replay(p, b->dev, b->ctx, b->atomic_nb,
H A Dbr_private.h2136 struct notifier_block *atomic_nb,
2142 struct notifier_block *atomic_nb,
2147 struct notifier_block *atomic_nb,
2186 struct notifier_block *atomic_nb,
2196 struct notifier_block *atomic_nb,
2204 struct notifier_block *atomic_nb,
2184 br_switchdev_port_offload(struct net_bridge_port *p, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, bool tx_fwd_offload, struct netlink_ext_ack *extack) argument
2195 br_switchdev_port_unoffload(struct net_bridge_port *p, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb) argument
2202 br_switchdev_port_replay(struct net_bridge_port *p, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, struct netlink_ext_ack *extack) argument
/linux-master/net/switchdev/
H A Dswitchdev.c893 struct notifier_block *atomic_nb,
902 .atomic_nb = atomic_nb,
920 struct notifier_block *atomic_nb,
926 .atomic_nb = atomic_nb,
941 struct notifier_block *atomic_nb,
949 .atomic_nb = atomic_nb,
891 switchdev_bridge_port_offload(struct net_device *brport_dev, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, bool tx_fwd_offload, struct netlink_ext_ack *extack) argument
918 switchdev_bridge_port_unoffload(struct net_device *brport_dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb) argument
939 switchdev_bridge_port_replay(struct net_device *brport_dev, struct net_device *dev, const void *ctx, struct notifier_block *atomic_nb, struct notifier_block *blocking_nb, struct netlink_ext_ack *extack) argument

Completed in 169 milliseconds