summaryrefslogtreecommitdiff
path: root/include/net/protocol.h
diff options
context:
space:
mode:
authorLinaro CI <ci-bot@linaro.org>2022-11-11 13:48:55 +0000
committerLinaro CI <ci-bot@linaro.org>2022-11-11 13:48:55 +0000
commitb500d926684a641f0953e97b559010952c0df876 (patch)
tree1f2f5d390f7208d27a772c71719e6835c799eabf /include/net/protocol.h
parente96055aee0547951242b1265265f98b41d9051ca (diff)
parente0d945721c52855bb58d9b07e344b64d50cb70b4 (diff)
downloadomap-4.14.299-e0d945721c52-20221111-524.tar.gz
Merge remote-tracking branch 'aosp/android-4.14-stable' into android-beagle-x15-4.14-stable-lkft4.14.299-e0d945721c52-20221111-524
* aosp/android-4.14-stable: (102 commits) Linux 4.14.299 wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker() linux/bits.h: make BIT(), GENMASK(), and friends available in assembly linux/const.h: move UL() macro to include/linux/const.h linux/const.h: prefix include guard of uapi/linux/const.h with _UAPI KVM: x86: emulator: update the emulation mode after CR0 write KVM: x86: emulator: introduce emulator_recalc_and_set_mode KVM: x86: emulator: em_sysexit should update ctxt->mode KVM: x86: Mask off reserved bits in CPUID.80000008H ext4: fix warning in 'ext4_da_release_space' parisc: Export iosapic_serial_irq() symbol for serial port driver parisc: Make 8250_gsc driver dependend on CONFIG_PARISC efi: random: reduce seed size to 32 bytes ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices capabilities: fix potential memleak on error path from vfs_getxattr_alloc() tcp/udp: Make early_demux back namespacified. btrfs: fix type of parameter generation in btrfs_get_dentry block, bfq: protect 'bfqd->queued' by 'bfqd->lock' Bluetooth: L2CAP: Fix attempting to access uninitialized memory i2c: xiic: Add platform module alias ...
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r--include/net/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h
index 4fc75f7ae23b..312a27393e0b 100644
--- a/include/net/protocol.h
+++ b/include/net/protocol.h
@@ -39,8 +39,6 @@
/* This is used to register protocols. */
struct net_protocol {
- int (*early_demux)(struct sk_buff *skb);
- int (*early_demux_handler)(struct sk_buff *skb);
int (*handler)(struct sk_buff *skb);
void (*err_handler)(struct sk_buff *skb, u32 info);
unsigned int no_policy:1,
@@ -54,8 +52,6 @@ struct net_protocol {
#if IS_ENABLED(CONFIG_IPV6)
struct inet6_protocol {
- void (*early_demux)(struct sk_buff *skb);
- void (*early_demux_handler)(struct sk_buff *skb);
int (*handler)(struct sk_buff *skb);
void (*err_handler)(struct sk_buff *skb,