Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bluetooth/
A Dhci_bcsp.c46 struct sk_buff_head unrel; /* Unreliable packets queue */ member
151 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue()
281 skb = skb_dequeue(&bcsp->unrel); in bcsp_dequeue()
291 skb_queue_head(&bcsp->unrel, skb); in bcsp_dequeue()
415 skb_queue_head(&bcsp->unrel, nskb); in bcsp_handle_le_pkt()
724 skb_queue_head_init(&bcsp->unrel); in bcsp_open()
748 skb_queue_purge(&bcsp->unrel); in bcsp_close()
A Dhci_h5.c69 struct sk_buff_head unrel; /* Unreliable packets queue */ member
138 skb_queue_tail(&h5->unrel, nskb); in h5_link_control()
202 skb_queue_purge(&h5->unrel); in h5_peer_reset()
232 skb_queue_head_init(&h5->unrel); in h5_open()
260 skb_queue_purge(&h5->unrel); in h5_close()
623 skb_queue_tail(&h5->unrel, skb); in h5_enqueue()
756 skb = skb_dequeue(&h5->unrel); in h5_dequeue()
765 skb_queue_head(&h5->unrel, skb); in h5_dequeue()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.c1446 bool trk, est, untrk, unnew, unest, new, rpl, unrpl, rel, unrel, inv, uninv; in mlx5_tc_ct_match_add() local
1495 unrel = ct_state_off & TCA_FLOWER_KEY_CT_FLAGS_RELATED; in mlx5_tc_ct_match_add()
1506 ctstate_mask |= unrel ? MLX5_CT_STATE_RELATED_BIT : 0; in mlx5_tc_ct_match_add()

Completed in 15 milliseconds