Searched refs:xdo_dev_state_update_stats (Results 1 – 5 of 5) sorted by relevance
78 void (*xdo_dev_state_update_stats) (struct xfrm_state *x);200 xdo_dev_state_update_stats() is called. In case of one of these limits
1708 dev->xfrmdev_ops->xdo_dev_state_update_stats) in xfrm_dev_state_update_stats() 1709 dev->xfrmdev_ops->xdo_dev_state_update_stats(x); in xfrm_dev_state_update_stats()
1309 .xdo_dev_state_update_stats = mlx5e_xfrm_update_stats,
726 !real_dev->xfrmdev_ops->xdo_dev_state_update_stats) { in bond_xfrm_update_stats() 727 pr_warn_ratelimited("%s: %s doesn't support xdo_dev_state_update_stats\n", __func__, real_dev->name); in bond_xfrm_update_stats() 731 real_dev->xfrmdev_ops->xdo_dev_state_update_stats(xs); in bond_xfrm_update_stats() 742 .xdo_dev_state_update_stats = bond_xfrm_update_stats,
1029 void (*xdo_dev_state_update_stats) (struct xfrm_state *x); member