Searched refs:xdo_dev_state_update_stats (Results 1 – 5 of 5) sorted by relevance
74 void (*xdo_dev_state_update_stats) (struct xfrm_state *x);195 xdo_dev_state_update_stats() is called. In case of one of these limits
1705 dev->xfrmdev_ops->xdo_dev_state_update_stats) in xfrm_dev_state_update_stats()1706 dev->xfrmdev_ops->xdo_dev_state_update_stats(x); in xfrm_dev_state_update_stats()
1202 .xdo_dev_state_update_stats = mlx5e_xfrm_update_stats,
735 !real_dev->xfrmdev_ops->xdo_dev_state_update_stats) { in bond_xfrm_update_stats()740 real_dev->xfrmdev_ops->xdo_dev_state_update_stats(xs); in bond_xfrm_update_stats()751 .xdo_dev_state_update_stats = bond_xfrm_update_stats,
1002 void (*xdo_dev_state_update_stats) (struct xfrm_state *x); member