Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDif_spppsubr.c374 static void sppp_qflush(struct ifqueue *ifq);
1083 sppp_qflush ((struct ifqueue *)&SP2IFP(sp)->if_snd); in sppp_flush_unlocked()
1084 sppp_qflush (&sp->pp_fastq); in sppp_flush_unlocked()
1085 sppp_qflush (&sp->pp_cpq); in sppp_flush_unlocked()
1331 sppp_qflush (&sp->pp_cpq); in sppp_cisco_input()
1819 sppp_qflush (&sp->pp_cpq); in sppp_cp_input()
2444 sppp_qflush(&sp->pp_cpq); in sppp_lcp_RCR()
4750 sppp_qflush(struct ifqueue *ifq) in sppp_qflush() function
4793 sppp_qflush (&sp->pp_cpq); in sppp_keepalive()