Searched refs:S_PACKETDROPS (Results 1 – 3 of 3) sorted by relevance
5161 #define S_PACKETDROPS 0 macro5163 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)5164 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
26209 #define S_PACKETDROPS 0 macro26211 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)26212 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
26180 #define S_PACKETDROPS 0 macro26182 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)26183 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)