Home
last modified time | relevance | path

Searched refs:ndlc_send (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nfc/st-nci/
H A Dndlc.h46 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb);
H A Dndlc.c73 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_send() function
86 EXPORT_SYMBOL(ndlc_send);
H A Dcore.c68 return ndlc_send(info->ndlc, skb); in st_nci_send()