Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Ddevice.c279 enum { WG_NETDEV_FEATURES = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in wg_setup() enumerator
295 dev->features |= WG_NETDEV_FEATURES; in wg_setup()
296 dev->hw_features |= WG_NETDEV_FEATURES; in wg_setup()
297 dev->hw_enc_features |= WG_NETDEV_FEATURES; in wg_setup()