Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_device.c514 xfrm_dev_state_flush(dev_net(dev), dev, true); in xfrm_dev_down()
H A Dxfrm_state.c849 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() function
889 EXPORT_SYMBOL(xfrm_dev_state_flush);
/linux/include/net/
H A Dxfrm.h1649 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid);
/linux/drivers/net/bonding/
H A Dbond_main.c3858 xfrm_dev_state_flush(dev_net(bond_dev), bond_dev, true); in bond_master_netdev_event()