#ifndef _NET_RAWV6_H #define _NET_RAWV6_H #include extern struct raw_hashinfo raw_v6_hashinfo; struct sock *__raw_v6_lookup(struct net *net, struct sock *sk, unsigned short num, const struct in6_addr *loc_addr, const struct in6_addr *rmt_addr, int dif); int raw_abort(struct sock *sk, int err); void raw6_icmp_error(struct sk_buff *, int nexthdr, u8 type, u8 code, int inner_offset, __be32); bool raw6_local_deliver(struct sk_buff *, int); int rawv6_rcv(struct sock *sk, struct sk_buff *skb); #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE) int rawv6_mh_filter_register(int (*filter)(struct sock *sock, struct sk_buff *skb)); int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock, struct sk_buff *skb)); #endif #endif ef='/cgit.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorMadhavan Srinivasan <maddy@linux.vnet.ibm.com>2016-12-19 17:46:53 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2017-01-18 16:03:34 +1100
commitdf21d2fa733035e4d414379960f94b2516b41296 (patch)
treec1e7e935e46071b4a134a814fae9fc8fec6324fb /include/media
parent387bbc974f6adf91aa635090f73434ed10edd915 (diff)
selftest/powerpc: Wrong PMC initialized in pmc56_overflow test
Test uses PMC2 to count the event. But PMC1 is being initialized. Patch to fix it. Fixes: 3752e453f6ba ('selftests/powerpc: Add tests of PMU EBBs') Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'include/media')