tag
line
file
source code
IFF_RUNNING
225
net/core/dev.c
dev->flags |= (IFF_UP | IFF_RUNNING);
IFF_RUNNING
256
net/core/dev.c
dev->flags&=~(IFF_UP|IFF_RUNNING);
IFF_RUNNING
1011
net/core/dev.c
IFF_POINTOPOINT | IFF_NOTRAILERS | IFF_RUNNING |