Home
last modified time | relevance | path

Searched refs:netif_index_is_l3_master (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Dl3mdev.h96 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
201 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
/linux-4.4.14/net/ipv4/
Droute.c2262 !netif_index_is_l3_master(net, fl4->flowi4_oif)) { in __ip_route_output_key_hash()
2573 if (netif_index_is_l3_master(net, fl4.flowi4_oif)) in inet_rtm_getroute()
Dip_output.c1571 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in ip_send_unicast_reply()
/linux-4.4.14/net/ipv6/
Droute.c3284 if (netif_index_is_l3_master(net, oif)) { in inet6_rtm_getroute()