Searched refs:bsd_compress (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_bsdcomp.c | 453 static int bsd_compress(void *state, struct sk_buff *skb_in, struct sk_buff *skb_out, int proto) bsd_compress() function 486 printk(KERN_DEBUG "bsd_compress called with %x\n", proto); bsd_compress() 635 bsd_compress(state, skb_in, NULL, proto); bsd_incomp() 904 .compress = bsd_compress,
|
/linux-4.4.14/drivers/net/ppp/ |
H A D | bsd_comp.c | 184 static int bsd_compress (void *state, unsigned char *rptr, 563 static int bsd_compress (void *state, unsigned char *rptr, unsigned char *obuf, bsd_compress() function 807 (void) bsd_compress (state, ibuf, (char *) 0, icnt, 0); bsd_incomp() 1138 .compress = bsd_compress,
|
Completed in 53 milliseconds