Home
last modified time | relevance | path

Searched refs:mcast_oif (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv6/ !
H A Dipv6_sockglue.c520 WRITE_ONCE(np->mcast_oif, val); in do_ipv6_setsockopt()
1137 int mcast_oif = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt() local
1140 src_info.ipi6_ifindex = mcast_oif ? : in do_ipv6_getsockopt()
1142 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr : np->sticky_pktinfo.ipi6_addr; in do_ipv6_getsockopt()
1156 int mcast_oif = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt() local
1159 src_info.ipi6_ifindex = mcast_oif ? : in do_ipv6_getsockopt()
1161 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr : in do_ipv6_getsockopt()
1339 val = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt()
H A Dping.c110 oif = READ_ONCE(np->mcast_oif); in ping_v6_sendmsg()
158 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in ping_v6_sendmsg()
H A Ddatagram.c63 oif = READ_ONCE(np->mcast_oif); in ip6_datagram_flow_key_init()
233 WRITE_ONCE(sk->sk_bound_dev_if, READ_ONCE(np->mcast_oif)); in __ip6_datagram_connect()
H A Dicmp.c785 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in icmp6_send()
986 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in icmpv6_echo_reply()
H A Dtcp_ipv6.c1340 newnp->mcast_oif = newinet->mc_index;
1423 newnp->mcast_oif = tcp_v6_iif(skb);
1651 WRITE_ONCE(np->mcast_oif, tcp_v6_iif(opt_skb));
H A Draw.c884 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in rawv6_sendmsg()
H A Dudp.c1700 fl6->flowi6_oif = READ_ONCE(np->mcast_oif); in udpv6_sendmsg()
/linux/include/linux/ !
H A Dipv6.h252 int mcast_oif; member
/linux/net/rds/ !
H A Dtcp_listen.c214 dev_if = READ_ONCE(inet6->mcast_oif); in rds_tcp_accept_one()
/linux/net/l2tp/ !
H A Dl2tp_ip6.c632 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in l2tp_ip6_sendmsg()
/linux/net/netfilter/ipvs/ !
H A Dip_vs_sync.c1367 WRITE_ONCE(np->mcast_oif, dev->ifindex); in set_mcast_if()