Searched refs:bsd_alloc (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
H A Dbsd_comp.c169 static void *bsd_alloc(unsigned char *options, int opt_len, int decomp);
352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) bsd_alloc() function
451 return bsd_alloc (options, opt_len, 0); bsd_comp_alloc()
456 return bsd_alloc (options, opt_len, 1); bsd_decomp_alloc()
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_bsdcomp.c304 static void *bsd_alloc(struct isdn_ppp_comp_data *data) bsd_alloc() function
900 .alloc = bsd_alloc,

Completed in 43 milliseconds