Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h68 #define IFF_NAPI 0x0010 macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h68 #define IFF_NAPI 0x0010 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtun.c55 ifr.ifr_flags = IFF_TAP | IFF_NAPI | IFF_MULTI_QUEUE; in tun_alloc()
/openbmc/linux/drivers/net/
H A Dtun.c100 IFF_MULTI_QUEUE | IFF_NAPI | IFF_NAPI_FRAGS)
1007 err = tun_attach(tun, tun->file, false, ifr->ifr_flags & IFF_NAPI, in tun_net_init()
2761 if (!(ifr->ifr_flags & IFF_NAPI) || in tun_set_iff()
2788 ifr->ifr_flags & IFF_NAPI, in tun_set_iff()
3003 ret = tun_attach(tun, file, false, tun->flags & IFF_NAPI, in tun_set_queue()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c453 .ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS, in create_tap()