Home
last modified time | relevance | path

Searched defs:pppox_sock (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dif_pppox.h48 struct pppox_sock { struct
52 struct pppox_sock *next; /* for hash table */ argument
64 static inline struct pppox_sock *pppox_sk(struct sock *sk) in pppox_sk() argument
/Linux-v4.19/drivers/net/ppp/
Dpppoe.c249 struct pppox_sock *pppox_sock = NULL; in get_item_by_addr() local