Lines Matching defs:flags

117 #define NET_XMIT_MASK		0x0f	/* qdisc flags in net/sch_generic.h */
1009 u32 flags;
1095 * be otherwise expressed by feature flags. The check is called with
1104 * void (*ndo_change_rx_flags)(struct net_device *dev, int flags);
1272 * Adjusts the requested feature flags according to device-specific
1273 * constraints, and returns the resulting flags. Must not modify
1283 * const unsigned char *addr, u16 vid, u16 flags,
1312 * u16 flags, struct netlink_ext_ack *extack)
1317 * u16 flags);
1370 * u32 flags);
1379 * int (*ndo_xsk_wakeup)(struct net_device *dev, u32 queue_id, u32 flags);
1382 * queue id bound to an AF_XDP socket. The flags field specifies if
1383 * only RX, only Tx, or both should be woken up using the flags
1424 int flags);
1560 u16 flags,
1595 u16 flags,
1604 u16 flags);
1630 u32 flags);
1634 u32 queue_id, u32 flags);
1654 * by drivers and used in the kernel. These flags are invisible to
1655 * userspace; this means that the order of these flags can change
1658 * You should have a pretty good reason to be extending these flags.
1854 * @flags: Interface flags (a la BSD)
1856 * @priv_flags: Like 'flags' but invisible to userspace,
1858 * @gflags: Global flags ( kept as legacy )
2100 unsigned int flags;
3082 struct net_device *__dev_get_by_flags(struct net *net, unsigned short flags,
3939 int __dev_change_flags(struct net_device *dev, unsigned int flags,
3941 int dev_change_flags(struct net_device *dev, unsigned int flags,
3986 if (!(dev->flags & IFF_UP))
4735 unsigned char flags;
4989 /* check flags correspondence */
5049 return dev->flags & IFF_MASTER && dev->priv_flags & IFF_BONDING;
5054 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING;