mcast_oif         246 include/linux/ipv6.h 	int			mcast_oif;
mcast_oif         436 net/dccp/ipv6.c 		newnp->mcast_oif   = inet_iif(skb);
mcast_oif         505 net/dccp/ipv6.c 	newnp->mcast_oif  = inet6_iif(skb);
mcast_oif         658 net/dccp/ipv6.c 			np->mcast_oif = inet6_iif(opt_skb);
mcast_oif          60 net/ipv6/datagram.c 		fl6->flowi6_oif = np->mcast_oif;
mcast_oif         224 net/ipv6/datagram.c 			sk->sk_bound_dev_if = np->mcast_oif;
mcast_oif         550 net/ipv6/icmp.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif         727 net/ipv6/icmp.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif         638 net/ipv6/ipv6_sockglue.c 		np->mcast_oif = val;
mcast_oif        1088 net/ipv6/ipv6_sockglue.c 				src_info.ipi6_ifindex = np->mcast_oif ? np->mcast_oif :
mcast_oif        1090 net/ipv6/ipv6_sockglue.c 				src_info.ipi6_addr = np->mcast_oif ? sk->sk_v6_daddr : np->sticky_pktinfo.ipi6_addr;
mcast_oif        1104 net/ipv6/ipv6_sockglue.c 				src_info.ipi6_ifindex = np->mcast_oif ? np->mcast_oif :
mcast_oif        1106 net/ipv6/ipv6_sockglue.c 				src_info.ipi6_addr = np->mcast_oif ? sk->sk_v6_daddr :
mcast_oif        1283 net/ipv6/ipv6_sockglue.c 		val = np->mcast_oif;
mcast_oif          92 net/ipv6/ping.c 		oif = np->mcast_oif;
mcast_oif         125 net/ipv6/ping.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif         915 net/ipv6/raw.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif        1164 net/ipv6/tcp_ipv6.c 		newnp->mcast_oif   = inet_iif(skb);
mcast_oif        1237 net/ipv6/tcp_ipv6.c 	newnp->mcast_oif  = tcp_v6_iif(skb);
mcast_oif        1434 net/ipv6/tcp_ipv6.c 			np->mcast_oif = tcp_v6_iif(opt_skb);
mcast_oif        1434 net/ipv6/udp.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif         621 net/l2tp/l2tp_ip6.c 		fl6.flowi6_oif = np->mcast_oif;
mcast_oif        1377 net/netfilter/ipvs/ip_vs_sync.c 		np->mcast_oif = dev->ifindex;
mcast_oif         195 net/rds/tcp_listen.c 		dev_if = inet6->mcast_oif;