Searched refs:ip6_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_mcast.c | 232 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 D | in6_var.h | 613 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 1928 im6f[0] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup() 1929 im6f[1] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2988 im6f = ip6_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()
|