Searched refs:ax25_decode (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/ax25/ |
A D | ax25_ds_in.c | 283 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_ds_frame_in()
|
A 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
|
A D | ax25_std_in.c | 423 frametype = ax25_decode(ax25, skb, &ns, &nr, &pf); in ax25_std_frame_in()
|
/linux-6.3-rc2/include/net/ |
A D | ax25.h | 450 int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
|
Completed in 7 milliseconds