Lines Matching defs:sp
159 struct sppp *sp = (struct sppp *)sppp_of(dev); in if_down() local
208 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_input() local
337 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_hard_header() local
378 struct sppp *sp; in sppp_keepalive() local
432 static void sppp_lcp_input (struct sppp *sp, struct sk_buff *skb) in sppp_lcp_input()
669 static void sppp_cisco_input (struct sppp *sp, struct sk_buff *skb) in sppp_cisco_input()
759 static void sppp_cp_send (struct sppp *sp, u16 proto, u8 type, in sppp_cp_send()
809 static void sppp_cisco_send (struct sppp *sp, int type, long par1, long par2) in sppp_cisco_send()
858 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_close() local
880 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_open() local
909 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_reopen() local
960 struct sppp *sp = (struct sppp *)sppp_of(dev); in sppp_do_ioctl() local
1012 struct sppp *sp = &pd->sppp; in sppp_attach() local
1079 struct sppp **q, *p, *sp = (struct sppp *)sppp_of(dev); in sppp_detach() local
1106 sppp_lcp_conf_parse_options (struct sppp *sp, struct lcp_header *h, in sppp_lcp_conf_parse_options()
1152 static void sppp_ipcp_input (struct sppp *sp, struct sk_buff *skb) in sppp_ipcp_input()
1254 static void sppp_lcp_open (struct sppp *sp) in sppp_lcp_open()
1272 static void sppp_ipcp_open (struct sppp *sp) in sppp_ipcp_open()
1285 struct sppp *sp = (struct sppp*) arg; in sppp_cp_timeout() local