Searched refs:ax25_decode (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/ax25/ |
H A D | ax25_ds_in.c | 286 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); ax25_ds_frame_in()
|
H A D | ax25_subr.c | 100 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) ax25_decode() function
|
H A D | ax25_std_in.c | 426 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); ax25_std_frame_in()
|
/linux-4.1.27/include/net/ |
H A D | ax25.h | 414 int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
|
Completed in 127 milliseconds