Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_s_ac.c118 llc_pdu_decode_da(skb, mac_sa); in llc_sap_action_send_xid_r()
165 llc_pdu_decode_da(skb, mac_sa); in llc_sap_action_send_test_r()
H A Dllc_sap.c429 llc_pdu_decode_da(skb, laddr.mac); in llc_sap_handler()
H A Dllc_conn.c788 llc_pdu_decode_da(skb, daddr.mac); in llc_conn_handler()
H A Daf_llc.c682 llc_pdu_decode_da(skb, info.lpi_mac); in llc_cmsg_rcv()
/openbmc/linux/include/net/
H A Dllc_pdu.h275 static inline void llc_pdu_decode_da(struct sk_buff *skb, u8 *da) in llc_pdu_decode_da() function