Lines Matching refs:omode
727 int omode, add, err; in do_mcast_group_source() local
744 omode = MCAST_EXCLUDE; in do_mcast_group_source()
747 omode = MCAST_EXCLUDE; in do_mcast_group_source()
760 omode = MCAST_INCLUDE; in do_mcast_group_source()
763 omode = MCAST_INCLUDE; in do_mcast_group_source()
766 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source()
1290 int omode, add; in do_ip_setsockopt() local
1299 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1302 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1313 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1316 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1319 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()