Home
last modified time | relevance | path

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

/linux-6.12.1/tools/net/ynl/samples/
Dnetdev.c47 printf(" xsk-features (%llx):", d->xsk_features); in netdev_print_device()
48 for (int i = 0; d->xsk_features >= 1U << i; i++) { in netdev_print_device()
49 if (d->xsk_features & (1U << i)) in netdev_print_device()
/linux-6.12.1/net/core/
Dnetdev-genl.c36 u64 xsk_features = 0; in netdev_nl_dev_fill() local
52 xsk_features |= NETDEV_XSK_FLAGS_TX_TIMESTAMP; in netdev_nl_dev_fill()
54 xsk_features |= NETDEV_XSK_FLAGS_TX_CHECKSUM; in netdev_nl_dev_fill()
63 xsk_features, NETDEV_A_DEV_PAD)) in netdev_nl_dev_fill()