Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_subr.c100 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() function
Dax25_ds_in.c286 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_ds_frame_in()
Dax25_std_in.c426 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_std_frame_in()
/linux-3.4.99/include/net/
Dax25.h413 extern int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);