aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/unix.h
diff options
context:
space:
mode:
authorJuhee Kang <[email protected]>2022-07-21 10:26:48 +0000
committerDavid S. Miller <[email protected]>2022-07-22 11:35:45 +0000
commitc497885e3044ad92a849cc4433c769f0b66374ab (patch)
treeabc7eab26b746b39c8d443df9b728b94f0937798 /include/net/netns/unix.h
parentmlxsw: use netif_is_any_bridge_port() instead of open code (diff)
downloadkernel-c497885e3044ad92a849cc4433c769f0b66374ab.tar.gz
kernel-c497885e3044ad92a849cc4433c769f0b66374ab.zip
net: marvell: prestera: use netif_is_any_bridge_port instead of open code
The open code which is netif_is_bridge_port() || netif_is_ovs_port() is defined as a new helper function on netdev.h like netif_is_any_bridge_port that can check both IFF flags in 1 go. So use netif_is_any_bridge_port() function instead of open code. This patch doesn't change logic. Signed-off-by: Juhee Kang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/net/netns/unix.h')
0 files changed, 0 insertions, 0 deletions