Lines Matching defs:udp_table
66 * struct udp_table - UDP table
73 struct udp_table {
79 extern struct udp_table udp_table;
80 void udp_table_init(struct udp_table *, const char *);
81 static inline struct udp_hslot *udp_hashslot(struct udp_table *table,
90 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table,
303 struct udp_table *tbl, struct sk_buff *skb);
313 int dif, int sdif, struct udp_table *tbl,
433 struct udp_table *udp_table;