Searched refs:ip6_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 615 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_carp.c | 1462 im6f[0] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup() 1463 im6f[1] = ip6_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 2924 im6f = ip6_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()
|