/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 8 * /dev/ppp device, packet and VJ compression, and multilink. 32 #include <linux/ppp-ioctl.h> 34 #include <linux/ppp-comp.h> 75 * An instance of /dev/ppp can be associated with either a ppp 76 * interface unit or a ppp channel. In both cases, file->private_data 85 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ 86 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */ 94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 100 * are stored in dev->stats of the ppp strucut 115 struct ppp { global() struct 176 struct ppp *ppp; /* ppp unit we're connected to */ global() member 397 struct ppp *ppp; ppp_release() local 451 struct ppp *ppp = PF_TO_PPP(pf); ppp_read() local 547 struct ppp *ppp = PF_TO_PPP(pf); ppp_poll() local 617 struct ppp *ppp; ppp_ioctl() local 865 struct ppp *ppp = PF_TO_PPP(pf); ppp_compat_ioctl() local 922 struct ppp *ppp; ppp_unattached_ioctl() local 1014 struct ppp *ppp; ppp_exit_net() local 1045 ppp_unit_register(struct ppp *ppp, int unit, bool ifname_is_set) ppp_unit_register() argument 1111 struct ppp *ppp = netdev_priv(dev); ppp_dev_configure() local 1245 struct ppp *ppp = netdev_priv(dev); ppp_nl_get_link_net() local 1319 struct ppp *ppp = netdev_priv(dev); ppp_start_xmit() local 1363 struct ppp *ppp = netdev_priv(dev); ppp_net_ioctl() local 1406 struct ppp *ppp = netdev_priv(dev); ppp_get_stats64() local 1427 struct ppp *ppp; ppp_dev_init() local 1443 struct ppp *ppp = netdev_priv(dev); ppp_dev_uninit() local 1462 struct ppp *ppp; ppp_dev_priv_destructor() local 1503 __ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb) __ppp_xmit_process() argument 1526 ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb) ppp_xmit_process() argument 1551 pad_compress_skb(struct ppp *ppp, struct sk_buff *skb) pad_compress_skb() argument 1606 ppp_send_frame(struct ppp *ppp, struct sk_buff *skb) ppp_send_frame() argument 1726 ppp_push(struct ppp *ppp) ppp_push() argument 1782 ppp_mp_explode(struct ppp *ppp, struct sk_buff *skb) ppp_mp_explode() argument 2011 struct ppp *ppp; __ppp_channel_push() local 2060 ppp_do_recv(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_do_recv() argument 2175 ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_receive_frame() argument 2194 ppp_receive_error(struct ppp *ppp) ppp_receive_error() argument 2202 ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb) ppp_receive_nonmp_frame() argument 2346 ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb) ppp_decompress_frame() argument 2419 ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_receive_mp_frame() argument 2519 ppp_mp_insert(struct ppp *ppp, struct sk_buff *skb) ppp_mp_insert() argument 2541 ppp_mp_reconstruct(struct ppp *ppp) ppp_mp_reconstruct() argument 2843 ppp_set_compress(struct ppp *ppp, struct ppp_option_data *data) ppp_set_compress() argument 2912 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) ppp_ccp_peek() argument 2997 ppp_ccp_closed(struct ppp *ppp) ppp_ccp_closed() argument 3105 ppp_get_stats(struct ppp *ppp, struct ppp_stats *st) ppp_get_stats() argument 3146 struct ppp *ppp; ppp_create_interface() local 3194 ppp_destroy_interface(struct ppp *ppp) ppp_destroy_interface() argument 3278 struct ppp *ppp; ppp_connect_channel() local 3329 struct ppp *ppp; ppp_disconnect_channel() local [all...] |
H A D | pppox.c | 27 #include <linux/ppp-ioctl.h> 55 /* Clear connection to ppp device, if attached. */ in pppox_unbind_sock()
|
H A D | ppp_synctty.c | 5 * This is a ppp channel driver that can be used with tty device drivers 38 #include <linux/ppp-ioctl.h> 74 struct ppp_channel chan; /* interface to generic ppp layer */ 128 * we use a single global rwlock for all ttys in ppp line discipline. 256 * Pppd reads and writes packets via /dev/ppp instead. 268 * from the ppp generic stuff.
|
H A D | ppp_mppe.c | 57 #include <linux/ppp-comp.h> 66 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
|
H A D | ppp_deflate.c | 16 #include <linux/ppp-comp.h> 635 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE)); 636 MODULE_ALIAS("ppp-compress-" __stringify(CI_DEFLATE_DRAFT));
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 8 * /dev/ppp device, packet and VJ compression, and multilink. 32 #include <linux/ppp-ioctl.h> 34 #include <linux/ppp-comp.h> 75 * An instance of /dev/ppp can be associated with either a ppp 76 * interface unit or a ppp channel. In both cases, file->private_data 85 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ 86 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */ 94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 100 * are stored in dev->stats of the ppp strucut 115 struct ppp { global() struct 176 struct ppp *ppp; /* ppp unit we're connected to */ global() member 399 struct ppp *ppp; ppp_release() local 453 struct ppp *ppp = PF_TO_PPP(pf); ppp_read() local 549 struct ppp *ppp = PF_TO_PPP(pf); ppp_poll() local 702 struct ppp *ppp; ppp_ioctl() local 976 struct ppp *ppp = PF_TO_PPP(pf); ppp_compat_ioctl() local 1033 struct ppp *ppp; ppp_unattached_ioctl() local 1125 struct ppp *ppp; ppp_exit_net() local 1156 ppp_unit_register(struct ppp *ppp, int unit, bool ifname_is_set) ppp_unit_register() argument 1222 struct ppp *ppp = netdev_priv(dev); ppp_dev_configure() local 1356 struct ppp *ppp = netdev_priv(dev); ppp_nl_get_link_net() local 1430 struct ppp *ppp = netdev_priv(dev); ppp_start_xmit() local 1475 struct ppp *ppp = netdev_priv(dev); ppp_net_siocdevprivate() local 1517 struct ppp *ppp = netdev_priv(dev); ppp_get_stats64() local 1538 struct ppp *ppp; ppp_dev_init() local 1554 struct ppp *ppp = netdev_priv(dev); ppp_dev_uninit() local 1573 struct ppp *ppp; ppp_dev_priv_destructor() local 1583 struct ppp *ppp = netdev_priv(ctx->dev); ppp_fill_forward_path() local 1636 __ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb) __ppp_xmit_process() argument 1659 ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb) ppp_xmit_process() argument 1684 pad_compress_skb(struct ppp *ppp, struct sk_buff *skb) pad_compress_skb() argument 1739 ppp_send_frame(struct ppp *ppp, struct sk_buff *skb) ppp_send_frame() argument 1859 ppp_push(struct ppp *ppp) ppp_push() argument 1915 ppp_mp_explode(struct ppp *ppp, struct sk_buff *skb) ppp_mp_explode() argument 2144 struct ppp *ppp; __ppp_channel_push() local 2193 ppp_do_recv(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_do_recv() argument 2346 ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_receive_frame() argument 2365 ppp_receive_error(struct ppp *ppp) ppp_receive_error() argument 2373 ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb) ppp_receive_nonmp_frame() argument 2517 ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb) ppp_decompress_frame() argument 2590 ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) ppp_receive_mp_frame() argument 2690 ppp_mp_insert(struct ppp *ppp, struct sk_buff *skb) ppp_mp_insert() argument 2712 ppp_mp_reconstruct(struct ppp *ppp) ppp_mp_reconstruct() argument 3017 ppp_set_compress(struct ppp *ppp, struct ppp_option_data *data) ppp_set_compress() argument 3086 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) ppp_ccp_peek() argument 3171 ppp_ccp_closed(struct ppp *ppp) ppp_ccp_closed() argument 3279 ppp_get_stats(struct ppp *ppp, struct ppp_stats *st) ppp_get_stats() argument 3320 struct ppp *ppp; ppp_create_interface() local 3368 ppp_destroy_interface(struct ppp *ppp) ppp_destroy_interface() argument 3452 struct ppp *ppp; ppp_connect_channel() local 3504 struct ppp *ppp; ppp_disconnect_channel() local [all...] |
H A D | pppox.c | 27 #include <linux/ppp-ioctl.h> 55 /* Clear connection to ppp device, if attached. */ in pppox_unbind_sock()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_ppp.c | 72 struct ppp { struct 104 static inline struct ppp* get_ppp(struct net_device *dev) in get_ppp() 106 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp() 111 struct ppp *ppp = get_ppp(dev); in get_proto() local 115 return &ppp->protos[IDX_LCP]; in get_proto() 117 return &ppp->protos[IDX_IPCP]; in get_proto() 119 return &ppp->protos[IDX_IPV6CP]; in get_proto() 306 struct ppp *ppp in ppp_cp_event() local 440 struct ppp *ppp = get_ppp(dev); ppp_rx() local 568 struct ppp *ppp = get_ppp(proto->dev); ppp_timer() local 621 struct ppp *ppp = get_ppp(dev); ppp_start() local 664 struct ppp *ppp; ppp_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_ppp.c | 72 struct ppp { struct 105 static inline struct ppp *get_ppp(struct net_device *dev) in get_ppp() 107 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp() 112 struct ppp *ppp = get_ppp(dev); in get_proto() local 116 return &ppp->protos[IDX_LCP]; in get_proto() 118 return &ppp->protos[IDX_IPCP]; in get_proto() 120 return &ppp->protos[IDX_IPV6CP]; in get_proto() 303 struct ppp *ppp in ppp_cp_event() local 437 struct ppp *ppp = get_ppp(dev); ppp_rx() local 565 struct ppp *ppp = get_ppp(proto->dev); ppp_timer() local 617 struct ppp *ppp = get_ppp(dev); ppp_start() local 661 struct ppp *ppp; ppp_ioctl() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 94 u32 *ppp = &np->properties; in bootx_early_getprop() local 96 while(*ppp) { in bootx_early_getprop() 98 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 104 ppp = &pp->next; in bootx_early_getprop() 221 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 250 while (*ppp) { in bootx_scan_dt_build_strings() 252 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings() 262 ppp = &pp->next; in bootx_scan_dt_build_strings() 279 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 309 while (*ppp) { in bootx_scan_dt_build_struct() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 95 u32 *ppp = &np->properties; in bootx_early_getprop() local 97 while(*ppp) { in bootx_early_getprop() 99 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 105 ppp = &pp->next; in bootx_early_getprop() 222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 251 while (*ppp) { in bootx_scan_dt_build_strings() 253 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings() 263 ppp = &pp->next; in bootx_scan_dt_build_strings() 280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 310 while (*ppp) { in bootx_scan_dt_build_struct() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ppp_channel.h | 29 /* Handle an ioctl call that has come in via /dev/ppp. */ 38 void *ppp; /* opaque to channel */ member
|
H A D | ppp-comp.h | 3 * ppp-comp.h - Definitions for doing PPP packet compression. 10 #include <uapi/linux/ppp-comp.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ppp_channel.h | 31 /* Handle an ioctl call that has come in via /dev/ppp. */ 43 void *ppp; /* opaque to channel */ member
|
H A D | ppp-comp.h | 3 * ppp-comp.h - Definitions for doing PPP packet compression. 10 #include <uapi/linux/ppp-comp.h>
|
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_lookup.c | 70 * @ppp: gets filled with the page the return value sits in 74 * cache entry @dp. @ppp will be filled with the page the return 81 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument 129 *ppp = pp; in vxfs_find_entry()
|
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_lookup.c | 46 * @ppp: gets filled with the page the return value sits in 50 * cache entry @dp. @ppp will be filled with the page the return 57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument 105 *ppp = pp; in vxfs_find_entry()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.h | 138 u8 ppp:1, member
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | pppoatm.c | 44 #include <linux/ppp-ioctl.h> 67 struct ppp_channel chan; /* interface to generic ppp layer */ 100 * We can't do this directly from our _pop handler, since the ppp code 202 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push() 367 /* This handles ioctls sent to the /dev/ppp interface */
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | pppoatm.c | 44 #include <linux/ppp-ioctl.h> 67 struct ppp_channel chan; /* interface to generic ppp layer */ 100 * We can't do this directly from our _pop handler, since the ppp code 204 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push() 369 /* This handles ioctls sent to the /dev/ppp interface */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.h | 108 u32 ppp; /* RO # of PPP pkt */ member
|
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.c | 24 #include <linux/ppp-ioctl.h>
|
H A D | network.c | 26 #include <linux/ppp-ioctl.h> 45 /* True if ppp needs waking up once we're ready to xmit */ 81 ": ppp unblocked\n"); in notify_packet_sent() 89 * Called by the ppp system when it has a packet to send to the hardware. 144 * Otherwise reject the packet, and flag that the ppp system in ipwireless_ppp_start_xmit() 150 printk(KERN_DEBUG IPWIRELESS_PCCARD_NAME ": ppp blocked\n"); in ipwireless_ppp_start_xmit() 155 /* Handle an ioctl call that has come in via ppp. (copy of ppp_async_ioctl() */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 530 u32 ppp; /* RO # of PPP pkt */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.h | 110 u32 ppp; /* RO # of PPP pkt */ member
|