Searched refs:cfpkt_peek_head (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/caif/ |
D | cfrfml.c | 122 if (cfpkt_peek_head(pkt, rfml->seghead, 6) < 0) in cfrfml_receive() 232 err = cfpkt_peek_head(pkt, head, 6); in cfrfml_transmit()
|
D | cfserl.c | 119 cfpkt_peek_head(pkt, &tmp, 2); in cfserl_receive()
|
D | cfpkt_skbuff.c | 116 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_peek_head() function 126 EXPORT_SYMBOL(cfpkt_peek_head);
|
D | cfctrl.c | 623 cfpkt_peek_head(pkt, &linktype, 1); in handle_loop() 633 cfpkt_peek_head(pkt, &linkid, 1); in handle_loop()
|
/linux-2.6.39/include/net/caif/ |
D | cfpkt.h | 50 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len);
|