Searched refs:netif_index_is_l3_master (Results 1 – 8 of 8) sorted by relevance
143 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function267 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
41 if (!oif || netif_index_is_l3_master(sock_net(sk), oif)) in __ip4_datagram_connect()
607 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in raw_sendmsg()
768 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in ping_v4_sendmsg()
1679 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in ip_send_unicast_reply()
1182 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in udp_sendmsg()
2735 !netif_index_is_l3_master(net, fl4->flowi4_oif))) { in ip_route_output_key_hash_rcu()
979 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in tcp_v6_send_response()
Completed in 25 milliseconds