Lines Matching refs:friend_match
799 return rx->friend_match ? 0 : -ENXIO; in sdu_recv()
865 if (IS_ENABLED(CONFIG_BT_MESH_FRIEND) && rx->friend_match) { in trans_ack()
1450 net_rx->friend_match); in trans_seg()
1458 net_rx->friend_match && !net_rx->local_match && in trans_seg()
1466 net_rx->friend_match); in trans_seg()
1503 rx->obo = net_rx->friend_match; in trans_seg()
1623 rx->friend_match = bt_mesh_friend_match(rx->sub->net_idx, in bt_mesh_trans_recv()
1626 rx->friend_match = false; in bt_mesh_trans_recv()
1630 rx->seq, rx->friend_match); in bt_mesh_trans_recv()
1662 if (!rx->local_match && !rx->friend_match) { in bt_mesh_trans_recv()
1673 if (!rx->ctl && !rx->local_match && !rx->friend_match) { in bt_mesh_trans_recv()
1687 if (IS_ENABLED(CONFIG_BT_MESH_FRIEND) && rx->friend_match && !err) { in bt_mesh_trans_recv()