-
- Downloads
net: l3mdev: Add hook to output path
This patch adds the infrastructure to the output path to pass an skb to an l3mdev device if it has a hook registered. This is the Tx parallel to l3mdev_ip{6}_rcv in the receive path and is the basis for removing the existing hook that returns the vrf dst on the fib lookup. Signed-off-by:David Ahern <dsa@cumulusnetworks.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/l3mdev.h 48 additions, 0 deletionsinclude/net/l3mdev.h
- net/ipv4/ip_output.c 8 additions, 0 deletionsnet/ipv4/ip_output.c
- net/ipv6/ip6_output.c 8 additions, 0 deletionsnet/ipv6/ip6_output.c
- net/ipv6/output_core.c 7 additions, 0 deletionsnet/ipv6/output_core.c
- net/ipv6/raw.c 7 additions, 0 deletionsnet/ipv6/raw.c
Loading
Please register or sign in to comment