aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_pppox.h
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2015-11-19 12:53:21 +0100
committerDavid S. Miller <davem@davemloft.net>2015-11-20 11:31:26 -0500
commita8acce6aa584aa731a2bed240bcd8dc955f01414 (patch)
tree6be6919c595cac8d7a394fdcc29a5f9e4d68e4b2 /include/linux/if_pppox.h
parentppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv() (diff)
downloadlinux-dev-a8acce6aa584aa731a2bed240bcd8dc955f01414.tar.xz
linux-dev-a8acce6aa584aa731a2bed240bcd8dc955f01414.zip
ppp: remove PPPOX_ZOMBIE socket state
PPPOX_ZOMBIE is never set anymore. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_pppox.h')
-rw-r--r--include/linux/if_pppox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h
index b49cf923becc..ba7a9b0c7c57 100644
--- a/include/linux/if_pppox.h
+++ b/include/linux/if_pppox.h
@@ -91,7 +91,6 @@ enum {
PPPOX_CONNECTED = 1, /* connection established ==TCP_ESTABLISHED */
PPPOX_BOUND = 2, /* bound to ppp device */
PPPOX_RELAY = 4, /* forwarding is enabled */
- PPPOX_ZOMBIE = 8, /* dead, but still bound to ppp device */
PPPOX_DEAD = 16 /* dead, useless, please clean me up!*/
};