Home
last modified time | relevance | path

Searched refs:cfpkt_peek_head (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/caif/
Dcfrfml.c122 if (cfpkt_peek_head(pkt, rfml->seghead, 6) < 0) in cfrfml_receive()
232 err = cfpkt_peek_head(pkt, head, 6); in cfrfml_transmit()
Dcfserl.c119 cfpkt_peek_head(pkt, &tmp, 2); in cfserl_receive()
Dcfpkt_skbuff.c116 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_peek_head() function
126 EXPORT_SYMBOL(cfpkt_peek_head);
Dcfctrl.c623 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/
Dcfpkt.h50 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len);