Searched refs:sppp_of (Results 1 – 3 of 3) sorted by relevance
159 struct sppp *sp = (struct sppp *)sppp_of(dev); in if_down()208 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_input()337 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_hard_header()858 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_close()880 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_open()909 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_reopen()960 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_do_ioctl()1079 struct sppp **q, *p, *sp = (struct sppp *)sppp_of(dev); in sppp_detach()
65 struct sppp *sp = (struct sppp *)sppp_of(dev); in syncppp_status_timerfun()
59 #define sppp_of(dev) \ macro