Searched refs:cfpkt_peek_head (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/caif/ |
H A D | cfrfml.c | 119 if (cfpkt_peek_head(pkt, rfml->seghead, 6) < 0) cfrfml_receive() 234 err = cfpkt_peek_head(pkt, head, 6); cfrfml_transmit()
|
H A D | cfserl.c | 115 cfpkt_peek_head(pkt, &tmp, 2); cfserl_receive()
|
H A D | cfctrl.c | 622 cfpkt_peek_head(pkt, &linktype, 1); handle_loop() 632 cfpkt_peek_head(pkt, &linkid, 1); handle_loop()
|
H A D | cfpkt_skbuff.c | 113 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) cfpkt_peek_head() function
|
/linux-4.1.27/include/net/caif/ |
H A D | cfpkt.h | 44 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len);
|
Completed in 125 milliseconds