Searched refs:BOND_XFRM_FEATURES (Results 1 – 3 of 3) sorted by relevance
754 bond_dev->wanted_features |= BOND_XFRM_FEATURES; in bond_set_xfrm_features()756 bond_dev->wanted_features &= ~BOND_XFRM_FEATURES; in bond_set_xfrm_features()
1248 netdev_features_t xfrm_features = BOND_XFRM_FEATURES; in bond_compute_features()1274 BOND_XFRM_FEATURES); in bond_compute_features()4751 bond_dev->hw_features |= BOND_XFRM_FEATURES; in bond_setup()4758 bond_dev->features &= ~BOND_XFRM_FEATURES; in bond_setup()
89 #define BOND_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \ macro