Searched refs:LACPDU_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
393 #define LACPDU_MIN_SIZE ((unsigned int)offsetof(lacpdu, la_reserved)) macro
1763 if (m->m_pkthdr.len < LACPDU_MIN_SIZE) { in bond_handle_slow_proto_multicast()1766 m->m_pkthdr.len, LACPDU_MIN_SIZE); in bond_handle_slow_proto_multicast()1770 if (m->m_len < LACPDU_MIN_SIZE) { in bond_handle_slow_proto_multicast()1771 m = m_pullup(m, LACPDU_MIN_SIZE); in bond_handle_slow_proto_multicast()