Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wan/
Dhdlc_ppp.c299 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, in ppp_cp_event() function
345 ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL); in ppp_cp_event()
346 ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL); in ppp_cp_event()
356 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
357 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
419 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_REJ, id, rej_len, out); in ppp_cp_parse_cr()
421 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_NAK, id, nak_len, out); in ppp_cp_parse_cr()
423 ppp_cp_event(dev, pid, RCR_GOOD, CP_CONF_ACK, id, req_len, data); in ppp_cp_parse_cr()
496 ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, in ppp_rx()
523 ppp_cp_event(dev, pid, RCA, 0, 0, 0, NULL); in ppp_rx()
[all …]