Home
last modified time | relevance | path

Searched refs:pppoe_get_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpppoe.c1030 static inline struct pppox_sock *pppoe_get_idx(struct pppoe_net *pn, loff_t pos) in pppoe_get_idx() function
1055 return l ? pppoe_get_idx(pn, --l) : SEQ_START_TOKEN;
1065 po = pppoe_get_idx(pn, 0); in pppoe_seq_next()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dpppoe.c1053 static inline struct pppox_sock *pppoe_get_idx(struct pppoe_net *pn, loff_t pos) in pppoe_get_idx() function
1078 return l ? pppoe_get_idx(pn, --l) : SEQ_START_TOKEN;
1088 po = pppoe_get_idx(pn, 0); in pppoe_seq_next()

Completed in 4 milliseconds