Searched refs:flow_compare_t (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dflow.c185 typedef u64 flow_compare_t; typedef
187 typedef u32 flow_compare_t; typedef
196 flow_compare_t *k1, *k1_lim, *k2;
197 const int n_elem = sizeof(struct flowi) / sizeof(flow_compare_t);
199 BUILD_BUG_ON(sizeof(struct flowi) % sizeof(flow_compare_t));
201 k1 = (flow_compare_t *) key1;
204 k2 = (flow_compare_t *) key2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c185 typedef u64 flow_compare_t; typedef
187 typedef u32 flow_compare_t; typedef
196 flow_compare_t *k1, *k1_lim, *k2;
197 const int n_elem = sizeof(struct flowi) / sizeof(flow_compare_t);
199 BUILD_BUG_ON(sizeof(struct flowi) % sizeof(flow_compare_t));
201 k1 = (flow_compare_t *) key1;
204 k2 = (flow_compare_t *) key2;

Completed in 112 milliseconds