Searched defs:ifbond_s (Results 1 – 1 of 1) sorted by relevance
179 struct ifbond_s { struct181 int ifb_flags;182 struct os_refcnt ifb_retain_count;183 char ifb_name[IFNAMSIZ];184 struct ifnet * ifb_ifp;185 bpf_packet_func ifb_bpf_input;186 bpf_packet_func ifb_bpf_output;187 int ifb_altmtu;188 struct port_list ifb_port_list;189 short ifb_port_count;[all …]