Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc_ppp.c29 #define PID_LCP 0xC021 macro
114 case PID_LCP: in get_proto()
128 case PID_LCP: in proto_name()
185 case PID_LCP: in ppp_hard_header()
217 if (pid == PID_LCP && (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY)) in ppp_tx_cp()
346 if (pid == PID_LCP) { in ppp_cp_event()
357 if (pid == PID_LCP) { in ppp_cp_event()
390 if (pid == PID_LCP) in ppp_cp_parse_cr()
464 ppp_tx_cp(dev, PID_LCP, LCP_PROTO_REJ, in ppp_rx()
493 if (pid == PID_LCP) in ppp_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_ppp.c29 #define PID_LCP 0xC021 macro
115 case PID_LCP: in get_proto()
129 case PID_LCP: in proto_name()
185 case PID_LCP: in ppp_hard_header()
217 if (pid == PID_LCP && (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY)) in ppp_tx_cp()
343 if (pid == PID_LCP) { in ppp_cp_event()
354 if (pid == PID_LCP) { in ppp_cp_event()
387 if (pid == PID_LCP) in ppp_cp_parse_cr()
461 ppp_tx_cp(dev, PID_LCP, LCP_PROTO_REJ, in ppp_rx()
490 if (pid == PID_LCP) in ppp_rx()
[all...]

Completed in 3 milliseconds