Home
last modified time | relevance | path

Searched refs:ip6_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_mcast.c232 ip6_mfilter_alloc(const int mflags, const int st0, const int st1) in ip6_mfilter_alloc() function
2103 imf = ip6_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_INCLUDE); in in6p_join_group()
2122 imf = ip6_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_EXCLUDE); in in6p_join_group()
H A Din6_var.h613 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
/freebsd/sys/netinet/
H A Dip_carp.c1933 im6f[0] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
1934 im6f[1] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2908 im6f = ip6_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()