Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dl3mdev.h117 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
229 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
/Linux-v4.19/net/ipv4/
Dip_output.c1564 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in ip_send_unicast_reply()
Droute.c2445 !netif_index_is_l3_master(net, fl4->flowi4_oif))) { in ip_route_output_key_hash_rcu()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c869 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in tcp_v6_send_response()