android_kernel_xiaomi_sm8350/net/dccp/ccids
Gerrit Renker cd1f7d347c [CCID2]: Simplify interface
This patch simplifies the interface of ccid2_hc_tx_alloc_seq():

   * ccid2_hc_tx_alloc_seq() is always called with an argument of
     CCID2_SEQBUF_LEN;

   * other code - ccid2_hc_tx_check_sanity() - even depends on the
     assumption that ccid2_hc_tx_alloc_seq() has been called with this
     particular size;

   * passing the `gfp_t' argument to ccid2_hc_tx_alloc_seq() is
     redundant with gfp_any().

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:54:33 -07:00
..
lib [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t 2007-10-10 16:48:15 -07:00
ccid2.c [CCID2]: Simplify interface 2007-10-10 16:54:33 -07:00
ccid2.h
ccid3.c [DCCP]: Make all `debug' parameters bool 2007-10-10 16:54:32 -07:00
ccid3.h [CCID3]: Remove ifdef surrounding BUG_ON 2007-10-10 16:52:45 -07:00
Kconfig
Makefile