]> git.baikalelectronics.ru Git - kernel.git/commit
net: Make flowi ports AF dependent.
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 05:43:55 +0000 (00:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 23:08:46 +0000 (15:08 -0800)
commit0e763ffb82c0c2768368a453223dc6d43e7378d5
tree8deee4d66d256d10ea25f66520eb96b1fade1545
parentff897f2c9fad986de3265a374851b1b362635ee6
net: Make flowi ports AF dependent.

Create two sets of port member accessors, one set prefixed by fl4_*
and the other prefixed by fl6_*

This will let us to create AF optimal flow instances.

It will work because every context in which we access the ports,
we have to be fully aware of which AF the flowi is anyways.

Signed-off-by: David S. Miller <davem@davemloft.net>
28 files changed:
include/net/flow.h
include/net/route.h
include/net/xfrm.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/icmp.c
net/ipv4/inet_connection_sock.c
net/ipv4/ip_output.c
net/ipv4/netfilter/nf_nat_standalone.c
net/ipv4/raw.c
net/ipv4/syncookies.c
net/ipv4/udp.c
net/ipv4/xfrm4_policy.c
net/ipv4/xfrm4_state.c
net/ipv6/af_inet6.c
net/ipv6/datagram.c
net/ipv6/icmp.c
net/ipv6/inet6_connection_sock.c
net/ipv6/mip6.c
net/ipv6/netfilter/ip6t_REJECT.c
net/ipv6/raw.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/ipv6/xfrm6_policy.c
net/ipv6/xfrm6_state.c
net/sctp/protocol.c
net/xfrm/xfrm_policy.c