Searched refs:bsd_compress (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/net/ppp/ |
| 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, in bsd_compress() function 807 (void) bsd_compress (state, ibuf, (char *) 0, icnt, 0); in bsd_incomp() 1138 .compress = bsd_compress,
|
| /Linux-v4.19/drivers/isdn/i4l/ |
| D | isdn_bsdcomp.c | 454 static int bsd_compress(void *state, struct sk_buff *skb_in, struct sk_buff *skb_out, int proto) in bsd_compress() function 637 bsd_compress(state, skb_in, NULL, proto); in bsd_incomp() 906 .compress = bsd_compress,
|