Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_var.h232 struct in_mfilter *ip_mfilter_alloc(int mflags, int st0, int st1);
H A Din_mcast.c334 ip_mfilter_alloc(const int mflags, const int st0, const int st1) in ip_mfilter_alloc() function
2128 imf = ip_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_INCLUDE); in inp_join_group()
2147 imf = ip_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_EXCLUDE); in inp_join_group()
H A Dip_carp.c1900 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2967 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()