Home
last modified time | relevance | path

Searched hist:"97 a7a37a7b7bf3dd16f6fa13cfd7ffacd01a352f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dip6_output.cdiff 97a7a37a7b7bf3dd16f6fa13cfd7ffacd01a352f Fri Jun 09 14:06:07 CDT 2017 Chenbo Feng <fengc@google.com> ipv6: Initial skb->dev and skb->protocol in ip6_output

Move the initialization of skb->dev and skb->protocol from
ip6_finish_output2 to ip6_output. This can make the skb->dev and
skb->protocol information avalaible to the CGROUP eBPF filter.

Signed-off-by: Chenbo Feng <fengc@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>