android_kernel_xiaomi_sm7250/net/dccp
Herbert Xu 8f491069b4 [IPV4]: Use network-order dport for all visible inet_lookup_*
Right now most inet_lookup_* functions take a host-order hnum instead
of a network-order dport because that's how it is represented
internally.

This means that users of these functions have to be careful about
using the right byte-order.  To add more confusion, inet_lookup takes
a network-order dport unlike all other functions.

So this patch changes all visible inet_lookup functions to take a
dport and move all dport->hnum conversion inside them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-22 14:54:14 -07:00
..
ccids [DCCP]: Fix CCID3 2006-08-26 23:40:50 -07:00
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h [DCCP]: Introduces follows48 function 2006-08-26 19:06:42 -07:00
diag.c
feat.c
feat.h [DCCP]: Fix default sequence window size 2006-07-24 12:44:21 -07:00
input.c
ipv4.c [IPV4]: Use network-order dport for all visible inet_lookup_* 2006-09-22 14:54:14 -07:00
ipv6.c [MLSXFRM]: Auto-labeling of child sockets 2006-09-22 14:53:29 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c [DCCP]: Update contact details and copyright 2006-08-26 19:01:30 -07:00
output.c
proto.c [DCCP]: Fix sparse warnings. 2006-07-10 14:50:37 -07:00
sysctl.c
timer.c