commit | 97a7a37a7b7bf3dd16f6fa13cfd7ffacd01a352f | [log] [tgz] |
---|---|---|
author | Chenbo Feng <fengc@google.com> | Fri Jun 09 12:06:07 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 09 15:07:56 2017 -0400 |
tree | 57c7219022daefdf34fe84a408114322bffee709 | |
parent | d86cc04e22ead660eeb362b28119c7cb1fbd9d06 [diff] |
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>