Home
last modified time | relevance | path

Searched refs:xfrm_dev_state_flush (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/xfrm/
Dxfrm_device.c396 xfrm_dev_state_flush(dev_net(dev), dev, true); in xfrm_dev_down()
Dxfrm_state.c802 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() function
842 EXPORT_SYMBOL(xfrm_dev_state_flush);
/Linux-v5.10/include/net/
Dxfrm.h1544 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid);
/Linux-v5.10/drivers/net/bonding/
Dbond_main.c1055 xfrm_dev_state_flush(dev_net(bond->dev), bond->dev, true); in bond_change_active_slave()