提交 f7f019ee 编写于 作者: J Jiri Pirko 提交者: David S. Miller

net: add netif_is_team_port helper

Similar to other helpers, caller can use this to find out if device is
team port.
Signed-off-by: NJiri Pirko <jiri@mellanox.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c981e421
......@@ -3897,6 +3897,11 @@ static inline bool netif_is_team_master(struct net_device *dev)
return dev->priv_flags & IFF_TEAM;
}
static inline bool netif_is_team_port(struct net_device *dev)
{
return dev->priv_flags & IFF_TEAM_PORT;
}
/* This device needs to keep skb dst for qdisc enqueue or ndo_start_xmit() */
static inline void netif_keep_dst(struct net_device *dev)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册