Home
last modified time | relevance | path

Searched refs:llc_pdu_decode_da (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_s_ac.c108 llc_pdu_decode_da(skb, mac_sa); in llc_sap_action_send_xid_r()
157 llc_pdu_decode_da(skb, mac_sa); in llc_sap_action_send_test_r()
H A Dllc_sap.c425 llc_pdu_decode_da(skb, laddr.mac); in llc_sap_handler()
H A Dllc_conn.c776 llc_pdu_decode_da(skb, daddr.mac); in llc_conn_handler()
H A Daf_llc.c677 llc_pdu_decode_da(skb, info.lpi_mac); in llc_cmsg_rcv()
/OK3568_Linux_fs/kernel/include/net/
H A Dllc_pdu.h276 static inline void llc_pdu_decode_da(struct sk_buff *skb, u8 *da) in llc_pdu_decode_da() function