Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Drose.h230 int rose_decode(struct sk_buff *, int *, int *, int *, int *, int *);
/openbmc/linux/net/rose/
H A Drose_in.c271 frametype = rose_decode(skb, &ns, &nr, &q, &d, &m); in rose_process_rx_frame()
H A Drose_subr.c201 int rose_decode(struct sk_buff *skb, int *ns, int *nr, int *q, int *d, int *m) in rose_decode() function