Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dl3mdev.h124 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
248 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
/Linux-v5.4/net/ipv4/
Ddatagram.c42 if (!oif || netif_index_is_l3_master(sock_net(sk), oif)) in __ip4_datagram_connect()
Draw.c606 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in raw_sendmsg()
Dping.c777 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in ping_v4_sendmsg()
Dip_output.c1683 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in ip_send_unicast_reply()
Dudp.c1107 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in udp_sendmsg()
Droute.c2574 !netif_index_is_l3_master(net, fl4->flowi4_oif))) { in ip_route_output_key_hash_rcu()
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c882 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in tcp_v6_send_response()