Searched refs:enqueue (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/include/net/sctp/ |
D | stream_sched.h | 48 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg); member
|
/linux-4.19.296/drivers/bluetooth/ |
D | hci_uart.h | 75 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb); member
|
D | hci_h4.c | 155 .enqueue = h4_enqueue,
|
D | hci_ath.c | 270 .enqueue = ath_enqueue,
|
D | hci_ag6xx.c | 325 .enqueue = ag6xx_enqueue,
|
D | hci_serdev.c | 154 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
|
D | hci_mrvl.c | 378 .enqueue = mrvl_enqueue,
|
D | hci_ll.c | 795 .enqueue = ll_enqueue,
|
D | hci_bcsp.c | 779 .enqueue = bcsp_enqueue,
|
D | hci_ldisc.c | 294 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
|
D | hci_nokia.c | 685 .enqueue = nokia_enqueue,
|
D | hci_h5.c | 794 .enqueue = h5_enqueue,
|
D | hci_bcm.c | 1112 .enqueue = bcm_enqueue,
|
D | hci_intel.c | 1095 .enqueue = intel_enqueue,
|
D | hci_qca.c | 1225 .enqueue = qca_enqueue,
|
/linux-4.19.296/include/net/ |
D | sch_generic.h | 58 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()
|