Home
last modified time | relevance | path

Searched refs:xdo_dev_state_update_stats (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/Documentation/networking/
Dxfrm_device.rst74 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
/linux-6.14.4/include/net/
Dxfrm.h1705 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()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c1202 .xdo_dev_state_update_stats = mlx5e_xfrm_update_stats,
/linux-6.14.4/drivers/net/bonding/
Dbond_main.c735 !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,
/linux-6.14.4/include/linux/
Dnetdevice.h1002 void (*xdo_dev_state_update_stats) (struct xfrm_state *x); member