Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ppp/
Dppp_generic.c67 #define NUM_NP 6 /* Number of NPs. */ macro
129 enum NPmode npmode[NUM_NP]; /* what to do with each net proto 78 */
327 static const int npindex_to_proto[NUM_NP] = {
358 static const int npindex_to_ethertype[NUM_NP] = {
1235 for (indx = 0; indx < NUM_NP; ++indx) in ppp_dev_configure()