Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dl3mdev.h143 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
267 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddatagram.c42 if (!oif || netif_index_is_l3_master(sock_net(sk), oif)) in __ip4_datagram_connect()
H A Draw.c607 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in raw_sendmsg()
H A Dping.c784 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in ping_v4_sendmsg()
H A Dip_output.c1704 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in ip_send_unicast_reply()
H A Dudp.c1173 if (!ipc.oif || netif_index_is_l3_master(sock_net(sk), ipc.oif)) in udp_sendmsg()
H A Droute.c2669 !netif_index_is_l3_master(net, fl4->flowi4_oif))) { in ip_route_output_key_hash_rcu()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c959 if (!oif && netif_index_is_l3_master(net, skb->skb_iif)) in tcp_v6_send_response()