Searched refs:mcast_oif (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/ipv6/
H A Dipv6_sockglue.c538 WRITE_ONCE(np->mcast_oif, val);
1158 int mcast_oif = READ_ONCE(np->mcast_oif); local
1161 src_info.ipi6_ifindex = mcast_oif ? :
1163 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr : np->sticky_pktinfo.ipi6_addr;
1177 int mcast_oif = READ_ONCE(np->mcast_oif); local
1180 src_info.ipi6_ifindex = mcast_oif ? :
1182 src_info.ipi6_addr = mcast_oif ? sk->sk_v6_daddr :
1360 val = READ_ONCE(np->mcast_oif);
[all...]
H A Dping.c110 oif = READ_ONCE(np->mcast_oif);
160 fl6.flowi6_oif = READ_ONCE(np->mcast_oif);
H A Ddatagram.c63 oif = READ_ONCE(np->mcast_oif);
232 WRITE_ONCE(sk->sk_bound_dev_if, READ_ONCE(np->mcast_oif));
H A Dicmp.c587 fl6.flowi6_oif = READ_ONCE(np->mcast_oif);
773 fl6.flowi6_oif = READ_ONCE(np->mcast_oif);
H A Dtcp_ipv6.c1399 newnp->mcast_oif = inet_iif(skb);
1473 newnp->mcast_oif = tcp_v6_iif(skb);
1703 WRITE_ONCE(np->mcast_oif, tcp_v6_iif(opt_skb));
H A Draw.c885 fl6.flowi6_oif = READ_ONCE(np->mcast_oif);
H A Dudp.c1554 fl6->flowi6_oif = READ_ONCE(np->mcast_oif);
/linux-master/include/linux/
H A Dipv6.h227 int mcast_oif; member in struct:ipv6_pinfo
/linux-master/net/rds/
H A Dtcp_listen.c164 * address. In this case, it happens that mcast_oif is set. So
172 dev_if = READ_ONCE(inet6->mcast_oif);
/linux-master/net/dccp/
H A Dipv6.c454 newnp->mcast_oif = inet_iif(skb);
523 newnp->mcast_oif = inet6_iif(skb);
674 WRITE_ONCE(np->mcast_oif, inet6_iif(opt_skb));
/linux-master/net/l2tp/
H A Dl2tp_ip6.c602 fl6.flowi6_oif = READ_ONCE(np->mcast_oif);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1368 WRITE_ONCE(np->mcast_oif, dev->ifindex);

Completed in 327 milliseconds