linux/net/dccp
Herbert Xu edc9e81917 [DCCP]: Set socket owner iff packet is not data
Here is a complimentary insurance policy for those feeling a bit insecure.
You don't have to accept this.  However, if you do, you can't blame me for
it :)
  
> 1) dccp_transmit_skb sets the owner for all packets except data packets.
  
We can actually verify this by looking at pkt_type.
  
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2005-10-31 22:30:02 -02:00
..
ccids
ackvec.c
ackvec.h
ccid.c
ccid.h [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions 2005-10-10 21:24:20 -07:00
dccp.h [DCCP]: Simplify skb_set_owner_w semantics 2005-10-31 19:26:17 -02:00
diag.c
input.c [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets 2005-10-10 21:25:00 -07:00
ipv4.c [DCCP]: Clear the IPCB area 2005-10-20 14:49:59 -02:00
Kconfig
Makefile
minisocks.c
options.c
output.c [DCCP]: Set socket owner iff packet is not data 2005-10-31 22:30:02 -02:00
proto.c [DCCP]: Make dccp_write_xmit always free the packet 2005-10-20 14:44:29 -02:00
timer.c