Gerrit Renker 58fdea0f31 dccp ccid-2: Use existing function to test for data packets
This replaces a switch statement with a test, using the equivalent
function dccp_data_packet(skb).  It also doubles the range of the field
`rx_num_data_pkts' by changing the type from `int' to `u32', avoiding
signed/unsigned comparison with the u16 field `dccps_r_ack_ratio'.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2011-07-04 12:37:40 -06:00
..
2010-11-18 09:37:07 -08:00
2011-07-04 12:37:13 -06:00
2011-01-07 12:22:43 +01:00
2011-04-28 13:16:35 -07:00
2010-10-15 15:53:27 +02:00