| /kernel/linux/linux-5.10/drivers/net/ppp/ |
| D | ppp_generic.c | 115 struct ppp { struct 116 struct ppp_file file; /* stuff for read/write/poll 0 */ argument 117 struct file *owner; /* file that owns this unit 48 */ 118 struct list_head channels; /* list of attached channels 4c */ 119 int n_channels; /* how many channels are attached 54 */ 120 spinlock_t rlock; /* lock for receive side 58 */ 121 spinlock_t wlock; /* lock for transmit side 5c */ 122 int __percpu *xmit_recursion; /* xmit recursion detect */ 123 int mru; /* max receive unit 60 */ 124 unsigned int flags; /* control bits 64 */ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ppp/ |
| D | ppp_generic.c | 115 struct ppp { struct 116 struct ppp_file file; /* stuff for read/write/poll 0 */ argument 117 struct file *owner; /* file that owns this unit 48 */ 118 struct list_head channels; /* list of attached channels 4c */ 119 int n_channels; /* how many channels are attached 54 */ 120 spinlock_t rlock; /* lock for receive side 58 */ 121 spinlock_t wlock; /* lock for transmit side 5c */ 122 int __percpu *xmit_recursion; /* xmit recursion detect */ 123 int mru; /* max receive unit 60 */ 124 unsigned int flags; /* control bits 64 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| D | hdlc_ppp.c | 72 struct ppp { struct 73 struct proto protos[IDX_COUNT]; 74 spinlock_t lock; 75 unsigned long last_pong; 76 unsigned int req_timeout, cr_retries, term_retries; 77 unsigned int keepalive_interval, keepalive_timeout; 78 u8 seq; /* local sequence number for requests */ 102 static int ppp_ioctl(struct net_device *dev, struct ifreq *ifr); argument 111 struct ppp *ppp = get_ppp(dev); in get_proto() local 306 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wan/ |
| D | hdlc_ppp.c | 72 struct ppp { struct 73 struct proto protos[IDX_COUNT]; 74 spinlock_t lock; 75 unsigned long last_pong; 76 unsigned int req_timeout, cr_retries, term_retries; 77 unsigned int keepalive_interval, keepalive_timeout; 78 u8 seq; /* local sequence number for requests */ 79 u8 echo_id; /* ID of last Echo-Request (LCP) */ 112 struct ppp *ppp = get_ppp(dev); in get_proto() local 303 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
| D | bootx_init.c | 95 u32 *ppp = &np->properties; in bootx_early_getprop() local 222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
| D | bootx_init.c | 94 u32 *ppp = &np->properties; in bootx_early_getprop() local 221 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 279 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ppp_channel.h | 38 void *ppp; /* opaque to channel */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | ppp_channel.h | 43 void *ppp; /* opaque to channel */ member
|
| /kernel/linux/linux-5.10/fs/freevxfs/ |
| D | vxfs_lookup.c | 81 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
|
| /kernel/linux/linux-6.6/fs/freevxfs/ |
| D | vxfs_lookup.c | 57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
| D | ice_fdir.h | 138 u8 ppp:1, member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.h | 110 u32 ppp; /* RO # of PPP pkt */ member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| D | bcmsysport.h | 530 u32 ppp; /* RO # of PPP pkt */ member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.h | 108 u32 ppp; /* RO # of PPP pkt */ member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| D | bcmsysport.h | 560 u32 ppp; /* RO # of PPP pkt */ member
|