Lines Matching full:not
16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 unsigned char ifi_family; /* not used */
67 IFLA_QDISC = 6, /* string: Queing policy (not supported) */
71 IFLA_COST = 8, /* not supported */
73 IFLA_PRIORITY = 9, /* not supported */
77 IFLA_WIRELESS = 11, /* not supported */
83 IFLA_MAP = 14, /* not supported */
85 IFLA_WEIGHT = 15, /* not supported */
89 IFLA_LINKMODE = 17, /* u8: ifmedia (not supported) */
93 IFLA_NET_NS_PID = 19, /* u32: vnet id (not supported) */
97 IFLA_NUM_VF = 21, /* not supported */
99 IFLA_VFINFO_LIST= 22, /* not supported */
172 IF_OPER_UNKNOWN = 0, /* status can not be determined */
173 IF_OPER_NOTPRESENT = 1, /* some (hardware) component not present */
192 uint32_t collisions; /* not supported */
193 uint32_t rx_length_errors; /* not supported */
194 uint32_t rx_over_errors; /* not supported */
195 uint32_t rx_crc_errors; /* not supported */
196 uint32_t rx_frame_errors; /* not supported */
197 uint32_t rx_fifo_errors; /* not supported */
198 uint32_t rx_missed_errors; /* not supported */
199 uint32_t tx_aborted_errors; /* not supported */
200 uint32_t tx_carrier_errors; /* not supported */
201 uint32_t tx_fifo_errors; /* not supported */
202 uint32_t tx_heartbeat_errors; /* not supported */
203 uint32_t tx_window_errors; /* not supported */
204 uint32_t rx_compressed; /* not supported */
205 uint32_t tx_compressed; /* not supported */
220 uint64_t collisions; /* not supported */
221 uint64_t rx_length_errors; /* not supported */
222 uint64_t rx_over_errors; /* not supported */
223 uint64_t rx_crc_errors; /* not supported */
224 uint64_t rx_frame_errors; /* not supported */
225 uint64_t rx_fifo_errors; /* not supported */
226 uint64_t rx_missed_errors; /* not supported */
227 uint64_t tx_aborted_errors; /* not supported */
228 uint64_t tx_carrier_errors; /* not supported */
229 uint64_t tx_fifo_errors; /* not supported */
230 uint64_t tx_heartbeat_errors; /* not supported */
231 uint64_t tx_window_errors; /* not supported */
232 uint64_t rx_compressed; /* not supported */
233 uint64_t tx_compressed; /* not supported */