Searched refs:demux_array (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | ndrv.c | 747 proto_param.demux_array = kalloc_type(struct ifnet_demux_desc, in ndrv_setspec() 749 if (proto_param.demux_array == NULL) { in ndrv_setspec() 771 &proto_param.demux_array[demuxOn]); in ndrv_setspec() 797 if (proto_param.demux_array) { in ndrv_setspec() 799 proto_param.demux_array); in ndrv_setspec()
|
| H A D | kpi_interface.h | 450 const struct ifnet_demux_desc *demux_array, u_int32_t demux_count); 1226 #define demux_list demux_array 1230 struct ifnet_demux_desc *demux_array; /* interface may/may not require */ member 1243 struct ifnet_demux_desc *demux_array; /* interface may/may not require */ member
|
| H A D | if_loop.c | 231 const struct ifnet_demux_desc *demux_array, u_int32_t demux_count) in lo_add_proto() argument 233 #pragma unused(interface, protocol_family, demux_array, demux_count) in lo_add_proto()
|
| H A D | if_stf.c | 219 __unused const struct ifnet_demux_desc *demux_array, in stf_add_proto() argument
|
| H A D | if_gif.c | 192 __unused const struct ifnet_demux_desc *demux_array, in gif_add_proto() argument
|
| H A D | if_utun.c | 167 const struct ifnet_demux_desc *demux_array, 2782 __unused const struct ifnet_demux_desc *demux_array, in utun_add_proto() argument
|
| H A D | if_ipsec.c | 92 const struct ifnet_demux_desc *demux_array, 3987 __unused const struct ifnet_demux_desc *demux_array, in ipsec_add_proto() argument
|