Searched refs:unrel (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 46 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() 418 skb_queue_head(&bcsp->unrel, nskb); in bcsp_handle_le_pkt() 733 skb_queue_head_init(&bcsp->unrel); in bcsp_open() 757 skb_queue_purge(&bcsp->unrel); in bcsp_close()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 1486 bool trk, est, untrk, unnew, unest, new, rpl, unrpl, rel, unrel, inv, uninv; in mlx5_tc_ct_match_add() local 1535 unrel = ct_state_off & TCA_FLOWER_KEY_CT_FLAGS_RELATED; in mlx5_tc_ct_match_add() 1546 ctstate_mask |= unrel ? MLX5_CT_STATE_RELATED_BIT : 0; in mlx5_tc_ct_match_add()
|