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