Lines Matching refs:udp_table
97 struct udp_table { struct
106 extern struct udp_table udp_table; argument
107 void udp_table_init(struct udp_table *, const char *);
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()
126 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init()
130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
162 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init()
174 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
430 struct udp_table *tbl, struct sk_buff *skb);
440 int dif, int sdif, struct udp_table *tbl,
553 struct udp_table *udp_table; member