Lines Matching refs:udp_hslot
60 struct udp_hslot { struct
80 struct udp_hslot hslot; /* must be the first member */ argument
98 struct udp_hslot *hash;
101 struct udp_hslot *hash4;
108 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot()
119 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2()
130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
147 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4()
152 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc()
156 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec()
174 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
187 return sizeof(struct udp_hslot); in udp_hash4_slot_size()
190 static inline bool udp_has_hash4(const struct udp_hslot *hslot2) in udp_has_hash4()
195 static inline void udp_hash4_inc(struct udp_hslot *hslot2) in udp_hash4_inc()
200 static inline void udp_hash4_dec(struct udp_hslot *hslot2) in udp_hash4_dec()