Searched refs:ip_mfilter_alloc (Results 1 – 4 of 4) sorted by relevance
| /src/sys/netinet/ |
| H A D | in_var.h | 231 struct in_mfilter *ip_mfilter_alloc(int mflags, int st0, int st1);
|
| H A D | in_mcast.c | 332 ip_mfilter_alloc(const int mflags, const int st0, const int st1) in ip_mfilter_alloc() function 2110 imf = ip_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_INCLUDE); in inp_join_group() 2129 imf = ip_mfilter_alloc(M_NOWAIT, MCAST_UNDEFINED, MCAST_EXCLUDE); in inp_join_group()
|
| H A D | ip_carp.c | 1913 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in carp_multicast_setup()
|
| /src/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 3127 imf = ip_mfilter_alloc(M_WAITOK, 0, 0); in pfsync_kstatus_to_softc()
|