projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4cfb5
)
[DCCP]: Add missing no_policy flag to struct net_protocol
author
Patrick McHardy
<kaber@trash.net>
Mon, 21 Nov 2005 05:16:13 +0000
(21:16 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Nov 2005 05:16:13 +0000
(21:16 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/proto.c
patch
|
blob
|
blame
|
history
diff --git
a/net/dccp/proto.c
b/net/dccp/proto.c
index e0ace7cbb9960cc5d145304b7ce8bf8a8a5de2a2..8a6b2a9e458189bca3b86cc8ddc28f46ac8dd7b8 100644
(file)
--- a/
net/dccp/proto.c
+++ b/
net/dccp/proto.c
@@
-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)