Searched refs:ax25_decode (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ax25/ |
| D | ax25_subr.c | 97 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() function
|
| D | ax25_ds_in.c | 283 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_ds_frame_in()
|
| D | ax25_std_in.c | 423 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_std_frame_in()
|
| /Linux-v5.4/include/net/ |
| D | ax25.h | 444 int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
|