Searched refs:ippp_ccp_reset (Results 1 – 2 of 2) sorted by relevance
153 struct ippp_ccp_reset { struct190 struct ippp_ccp_reset *reset; /* Allocated on demand, may never be needed */
49 static struct ippp_ccp_reset *isdn_ppp_ccp_reset_alloc(struct ippp_struct *is);2279 static struct ippp_ccp_reset *isdn_ppp_ccp_reset_alloc(struct ippp_struct *is) in isdn_ppp_ccp_reset_alloc()2281 struct ippp_ccp_reset *r; in isdn_ppp_ccp_reset_alloc()2282 r = kzalloc(sizeof(struct ippp_ccp_reset), GFP_KERNEL); in isdn_ppp_ccp_reset_alloc()