Searched defs:ppp (Results 1 – 4 of 4) sorted by relevance
116 struct ppp { struct117 struct ppp_file file; /* stuff for read/write/poll 0 */ argument118 struct file *owner; /* file that owns this unit 48 */119 struct list_head channels; /* list of attached channels 4c */120 int n_channels; /* how many channels are attached 54 */121 spinlock_t rlock; /* lock for receive side 58 */122 spinlock_t wlock; /* lock for transmit side 5c */123 int mru; /* max receive unit 60 */124 unsigned int flags; /* control bits 64 */125 unsigned int xstate; /* transmit state bits 68 */[all …]
75 struct ppp { struct76 struct proto protos[IDX_COUNT];77 spinlock_t lock;78 unsigned long last_pong;79 unsigned int req_timeout, cr_retries, term_retries;80 unsigned int keepalive_interval, keepalive_timeout;81 u8 seq; /* local sequence number for requests */105 static int ppp_ioctl(struct net_device *dev, struct ifreq *ifr); argument114 struct ppp *ppp = get_ppp(dev); in get_proto() local309 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local[all …]
108 u32 ppp; /* RO # of PPP pkt */ member
522 u32 ppp; /* RO # of PPP pkt */ member