Searched refs:ip6_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6_mcast.c | 233 ip6_mfilter_alloc(const int mflags, const int st0, const int st1) in ip6_mfilter_alloc() function 2058 imf = ip6_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_INCLUDE); in in6p_join_group() 2077 imf = ip6_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_EXCLUDE); in in6p_join_group()
|
| H A D | in6_var.h | 614 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_var.h | 614 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 1421 im6f[0] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup() 1422 im6f[1] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
|