Lines Matching defs:kb
106 const struct kinfo_file *ka = a, *kb = b;
108 if (ka->so_family != kb->so_family) {
114 if (kb->so_family == AF_LOCAL)
119 if (type_map[ka->so_type] < type_map[kb->so_type])
121 if (type_map[ka->so_type] > type_map[kb->so_type])
124 if (ka->so_protocol < kb->so_protocol)
126 if (ka->so_protocol > kb->so_protocol)
130 if (ka->inp_fport > kb->inp_fport)
132 if (ka->inp_fport < kb->inp_fport)
135 if (ka->inp_proto > kb->inp_proto)
137 if (ka->inp_proto < kb->inp_proto)