mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[DCCP]: Add missing no_policy flag to struct net_protocol
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bd4cfb594b
commit
a516b04950
@ -46,6 +46,7 @@ atomic_t dccp_orphan_count = ATOMIC_INIT(0);
|
||||
static struct net_protocol dccp_protocol = {
|
||||
.handler = dccp_v4_rcv,
|
||||
.err_handler = dccp_v4_err,
|
||||
.no_policy = 1,
|
||||
};
|
||||
|
||||
const char *dccp_packet_name(const int type)
|
||||
|
Loading…
Reference in New Issue
Block a user