Searched refs:ip_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_var.h | 232 struct in_mfilter *ip_mfilter_alloc(int mflags, int st0, int st1);
|
H A D | in_mcast.c | 334 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 D | ip_carp.c | 1900 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2967 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()
|