Searched refs:cfpkt_extr_head (Results 1 – 11 of 11) sorted by relevance
| /net/caif/ |
| A D | cfdgml.c | 49 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfdgml_receive() 56 if (cfpkt_extr_head(pkt, &dgmhdr, 3) < 0) { in cfdgml_receive()
|
| A D | cfserl.c | 85 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive() 89 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
|
| A D | cfpkt_skbuff.c | 108 return !cfpkt_extr_head(pkt, data, len) && in cfpkt_peek_head() 112 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_extr_head() function 136 EXPORT_SYMBOL(cfpkt_extr_head);
|
| A D | caif_usb.c | 44 cfpkt_extr_head(pkt, &hpad, 1); in cfusbl_receive() 45 cfpkt_extr_head(pkt, NULL, hpad); in cfusbl_receive()
|
| A D | cfrfml.c | 78 if (cfpkt_extr_head(pkt, seghead, 6) < 0) in rfm_append() 112 if (cfpkt_extr_head(pkt, &tmp, 1) < 0) in cfrfml_receive()
|
| A D | cfvidl.c | 39 if (cfpkt_extr_head(pkt, &videoheader, 4) < 0) { in cfvidl_receive()
|
| A D | cfveil.c | 48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfvei_receive()
|
| A D | cfutill.c | 48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfutill_receive()
|
| A D | cffrml.c | 91 cfpkt_extr_head(pkt, &tmp, 2); in cffrml_receive()
|
| A D | cfmuxl.c | 180 if (cfpkt_extr_head(pkt, &id, 1) < 0) { in cfmuxl_receive()
|
| A D | cfctrl.c | 464 cfpkt_extr_head(pkt, NULL, len); in cfctrl_link_setup()
|
Completed in 16 milliseconds