Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/include/net/sctp/
Dstream_sched.h48 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg); member
/linux-4.19.296/drivers/bluetooth/
Dhci_uart.h75 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb); member
Dhci_h4.c155 .enqueue = h4_enqueue,
Dhci_ath.c270 .enqueue = ath_enqueue,
Dhci_ag6xx.c325 .enqueue = ag6xx_enqueue,
Dhci_serdev.c154 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
Dhci_mrvl.c378 .enqueue = mrvl_enqueue,
Dhci_ll.c795 .enqueue = ll_enqueue,
Dhci_bcsp.c779 .enqueue = bcsp_enqueue,
Dhci_ldisc.c294 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
Dhci_nokia.c685 .enqueue = nokia_enqueue,
Dhci_h5.c794 .enqueue = h5_enqueue,
Dhci_bcm.c1112 .enqueue = bcm_enqueue,
Dhci_intel.c1095 .enqueue = intel_enqueue,
Dhci_qca.c1225 .enqueue = qca_enqueue,
/linux-4.19.296/include/net/
Dsch_generic.h58 int (*enqueue)(struct sk_buff *skb, member
218 int (*enqueue)(struct sk_buff *skb, member
724 return sch->enqueue(skb, sch, to_free); in qdisc_enqueue()