Home
last modified time | relevance | path

Searched refs:hslot2 (Results 1 – 1 of 1) sorted by relevance

/include/net/
A Dudp.h147 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() argument
152 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc() argument
156 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec() argument
190 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4() argument
192 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() argument
197 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() argument
202 UDP_HSLOT_MAIN(hslot2)->hash4_cnt--; in udp_hash4_dec()

Completed in 4 milliseconds