Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dipv6_sockglue.c516 WRITE_ONCE(np->mcast_oif, val); in do_ipv6_setsockopt()
1133 int mcast_oif = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt() local
1136 src_info.ipi6_ifindex = mcast_oif ? : in do_ipv6_getsockopt()
1138 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr : np->sticky_pktinfo.ipi6_addr; in do_ipv6_getsockopt()
1152 int mcast_oif = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt() local
1155 src_info.ipi6_ifindex = mcast_oif ? : in do_ipv6_getsockopt()
1157 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr : in do_ipv6_getsockopt()
1335 val = READ_ONCE(np->mcast_oif); in do_ipv6_getsockopt()
[all...]
H A Dicmp.c598 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in icmp6_send()
786 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in icmpv6_echo_reply()
H A Ddatagram.c63 oif = READ_ONCE(np->mcast_oif); in ip6_datagram_flow_key_init()
232 WRITE_ONCE(sk->sk_bound_dev_if, READ_ONCE(np->mcast_oif)); in __ip6_datagram_connect()
H A Draw.c883 fl6.flowi6_oif = READ_ONCE(np->mcast_oif); in rawv6_sendmsg()
H A Dudp.c1697 fl6->flowi6_oif = READ_ONCE(np->mcast_oif); in udpv6_sendmsg()
/linux/net/rds/
H A Dtcp_listen.c144 * address. In this case, it happens that mcast_oif is set. So in rds_tcp_accept_one()
152 dev_if = READ_ONCE(inet6->mcast_oif); in rds_tcp_accept_one()
/linux/include/linux/
H A Dipv6.h231 int mcast_oif; member
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c1368 WRITE_ONCE(np->mcast_oif, dev->ifindex); in set_mcast_if()