summaryrefslogtreecommitdiff
path: root/include/linux/errqueue.h
blob: 9ca23fcfb5d73131b564ad81d887929abc0e954b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _LINUX_ERRQUEUE_H
#define _LINUX_ERRQUEUE_H 1


#include <net/ip.h>
#if IS_ENABLED(CONFIG_IPV6)
#include <linux/ipv6.h>
#endif
#include <uapi/linux/errqueue.h>

#define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))

struct sock_exterr_skb {
	union {
		struct inet_skb_parm	h4;
#if IS_ENABLED(CONFIG_IPV6)
		struct inet6_skb_parm	h6;
#endif
	} header;
	struct sock_extended_err	ee;
	u16				addr_offset;
	__be16				port;
};

#endif
2995e6b516667079555'>mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon 94566c5b07744c7cf5c7cc0ad42b15996ba0b054'>coresight: etm: Make cycle count threshold user configurableAnshuman Khandual 2023-11-13coresight: Fix crash when Perf and sysfs modes are used concurrentlyJames Clark 2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark 2023-05-11coresight: perf: Release Coresight path when alloc trace id failedRuidong Tian 2023-04-14coresight: etm_pmu: Set the module fieldSuzuki K Poulose 2023-01-24coresight: perf: Output trace id only onceSuzuki K Poulose 2023-01-19coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace IDMike Leach 2023-01-19coresight: perf: traceid: Add perf ID allocation and notifiersMike Leach 2022-07-06coresight: Add config flag to enable branch broadcastJames Clark 2021-10-27coresight: etm-pmu: Ensure the AUX handle is validSuzuki K Poulose 2021-10-27coresight: Don't immediately close events that are run on invalid CPU/sink co...James Clark 2021-08-18coresight: etm-perf: Update to activate selected configurationMike Leach 2021-08-18coresight: etm-perf: Update to handle configuration selectionMike Leach 2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach 2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2021-04-16coresight: etm-perf: Fix define build issue when built as moduleMike Leach 2021-04-07coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun 2021-04-06coresight: etm-perf: Handle stale output handlesSuzuki K Poulose 2021-04-06coresight: etm-perf: Allow an event to use different sinksSuzuki K Poulose 2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose 2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan