Lines Matching defs:if_data

158 struct if_data {
333 * Internal storage of if_data. This is bound to change. Various places in the
335 * if_data structure above. Note that during interface attach time, the
336 * embedded if_data structure in ifnet is cleared, with the exception of
396 #define if_mtu if_data.ifi_mtu
397 #define if_type if_data.ifi_type
398 #define if_typelen if_data.ifi_typelen
399 #define if_physical if_data.ifi_physical
400 #define if_addrlen if_data.ifi_addrlen
401 #define if_hdrlen if_data.ifi_hdrlen
402 #define if_metric if_data.ifi_metric
403 #define if_baudrate if_data.ifi_baudrate
404 #define if_hwassist if_data.ifi_hwassist
405 #define if_ipackets if_data.ifi_ipackets
406 #define if_ierrors if_data.ifi_ierrors
407 #define if_opackets if_data.ifi_opackets
408 #define if_oerrors if_data.ifi_oerrors
409 #define if_collisions if_data.ifi_collisions
410 #define if_ibytes if_data.ifi_ibytes
411 #define if_obytes if_data.ifi_obytes
412 #define if_imcasts if_data.ifi_imcasts
413 #define if_omcasts if_data.ifi_omcasts
414 #define if_iqdrops if_data.ifi_iqdrops
415 #define if_noproto if_data.ifi_noproto
416 #define if_lastchange if_data.ifi_lastchange
417 #define if_recvquota if_data.ifi_recvquota
418 #define if_xmitquota if_data.ifi_xmitquota
421 #define if_tso_v4_mtu if_data.ifi_tso_v4_mtu
422 #define if_tso_v6_mtu if_data.ifi_tso_v6_mtu
423 #define if_alignerrs if_data.ifi_alignerrs
536 struct if_data_internal if_data __attribute__((aligned(8)));
1004 const struct if_data_internal *if_data_int, struct if_data *if_data);