dst: Pass a sk into .local_out
For consistency with the other similar methods in the kernel pass a struct sock into the dst_ops .local_out method. Simplifying the socket passing case is needed a prequel to passing a struct net reference into .local_out. Signed-off-by:"Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/vrf.c 2 additions, 2 deletionsdrivers/net/vrf.c
- include/net/dst_ops.h 1 addition, 1 deletioninclude/net/dst_ops.h
- include/net/ip.h 1 addition, 0 deletionsinclude/net/ip.h
- include/net/ipv6.h 1 addition, 0 deletionsinclude/net/ipv6.h
- net/ipv4/ip_output.c 1 addition, 1 deletionnet/ipv4/ip_output.c
- net/ipv4/route.c 1 addition, 1 deletionnet/ipv4/route.c
- net/ipv4/xfrm4_policy.c 1 addition, 1 deletionnet/ipv4/xfrm4_policy.c
- net/ipv6/output_core.c 1 addition, 1 deletionnet/ipv6/output_core.c
- net/ipv6/route.c 1 addition, 1 deletionnet/ipv6/route.c
- net/ipv6/xfrm6_policy.c 1 addition, 1 deletionnet/ipv6/xfrm6_policy.c
- net/xfrm/xfrm_output.c 1 addition, 1 deletionnet/xfrm/xfrm_output.c
Loading
Please register or sign in to comment