Home
last modified time | relevance | path

Searched defs:ppp (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c102 struct ppp { struct
103 struct ppp_file file; /* stuff for read/write/poll 0 */ argument
104 struct file *owner; /* file that owns this unit 48 */
105 struct list_head channels; /* list of attached channels 4c */
106 int n_channels; /* how many channels are attached 54 */
107 spinlock_t rlock; /* lock for receive side 58 */
108 spinlock_t wlock; /* lock for transmit side 5c */
109 int mru; /* max receive unit 60 */
110 unsigned int flags; /* control bits 64 */
111 unsigned int xstate; /* transmit state bits 68 */
[all …]
/linux-3.4.99/drivers/net/wan/
Dhdlc_ppp.c75 struct ppp { struct
76 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); argument
114 struct ppp *ppp = get_ppp(dev); in get_proto() local
308 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
[all …]
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dbootx_init.c97 u32 *ppp = &np->properties; in bootx_early_getprop() local
224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
/linux-3.4.99/include/linux/
Dppp_channel.h42 void *ppp; /* opaque to channel */ member
Dwanrouter.h237 wan_ppp_conf_t ppp; /* PPP configuration */ member
/linux-3.4.99/fs/freevxfs/
Dvxfs_lookup.c114 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1174 } ppp; member