Searched refs:hslot2 (Results 1 – 1 of 1) sorted by relevance
147 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() argument152 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() argument156 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec() argument190 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() argument192 return UDP_HSLOT_MAIN(hslot2)->hash4_cnt; in udp_has_hash4()195 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() argument197 UDP_HSLOT_MAIN(hslot2)->hash4_cnt++; in udp_hash4_inc()200 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec() argument202 UDP_HSLOT_MAIN(hslot2)->hash4_cnt--; in udp_hash4_dec()
Completed in 4 milliseconds