Home
last modified time | relevance | path

Searched refs:cfpkt_extr_head (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/include/net/caif/
Dcfpkt.h33 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len);
39 cfpkt_extr_head(pkt, &tmp, 1); in cfpkt_extr_head_u8()
48 cfpkt_extr_head(pkt, &tmp, 2); in cfpkt_extr_head_u16()
57 cfpkt_extr_head(pkt, &tmp, 4); in cfpkt_extr_head_u32()
/Linux-v6.1/net/caif/
Dcfdgml.c49 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfdgml_receive()
56 if (cfpkt_extr_head(pkt, &dgmhdr, 3) < 0) { in cfdgml_receive()
Dcfserl.c85 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
89 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
Dcfpkt_skbuff.c115 return !cfpkt_extr_head(pkt, data, len) && in cfpkt_peek_head()
119 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_extr_head() function
143 EXPORT_SYMBOL(cfpkt_extr_head);
Dcaif_usb.c43 cfpkt_extr_head(pkt, &hpad, 1); in cfusbl_receive()
44 cfpkt_extr_head(pkt, NULL, hpad); in cfusbl_receive()
Dcfrfml.c78 if (cfpkt_extr_head(pkt, seghead, 6) < 0) in rfm_append()
112 if (cfpkt_extr_head(pkt, &tmp, 1) < 0) in cfrfml_receive()
Dcfvidl.c39 if (cfpkt_extr_head(pkt, &videoheader, 4) < 0) { in cfvidl_receive()
Dcfveil.c48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfvei_receive()
Dcfutill.c48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfutill_receive()
Dcffrml.c91 cfpkt_extr_head(pkt, &tmp, 2); in cffrml_receive()
Dcfmuxl.c180 if (cfpkt_extr_head(pkt, &id, 1) < 0) { in cfmuxl_receive()
Dcfctrl.c484 cfpkt_extr_head(pkt, &param, len); in cfctrl_recv()