Home
last modified time | relevance | path

Searched refs:pppoe_addr (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dif_pppox.h43 struct pppoe_addr { struct
69 struct pppoe_addr pppoe; argument
/linux-5.19.10/include/linux/
Dif_pppox.h29 struct pppoe_addr pa; /* what this socket is bound to*/
/linux-5.19.10/drivers/net/ppp/
Dpppoe.c125 static inline int cmp_2_addr(struct pppoe_addr *a, struct pppoe_addr *b) in cmp_2_addr()
130 static inline int cmp_addr(struct pppoe_addr *a, __be16 sid, char *addr) in cmp_addr()
682 sizeof(struct pppoe_addr)); in pppoe_connect()
729 sizeof(struct pppoe_addr)); in pppoe_getname()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_br_ext.c486 priv->pppoe_addr, in nat25_db_handle()
491 memcpy(priv->pppoe_addr, skb->data + ETH_ALEN, ETH_ALEN); in nat25_db_handle()
505 !memcmp(skb->data + ETH_ALEN, priv->pppoe_addr, ETH_ALEN)) in nat25_db_handle()
/linux-5.19.10/drivers/staging/r8188eu/include/
Ddrv_types.h214 unsigned char pppoe_addr[ETH_ALEN]; member