Home
last modified time | relevance | path

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

/openbmc/linux/net/caif/
H A Dcfutill.c24 static int cfutill_receive(struct cflayer *layr, struct cfpkt *pkt);
34 util->layer.receive = cfutill_receive; in cfutill_create()
40 static int cfutill_receive(struct cflayer *layr, struct cfpkt *pkt) in cfutill_receive() function